Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionSyncOpts<T>

Type parameters

  • T

Hierarchy

  • PartitionSyncOpts

Index

Properties

all

all: boolean

backPressure

backPressure: number

If greater than 0, then each labeled input will cache upto the stated number of input values, even if other inputs have not yet produced new values. Once the limit is reached, partitionSync() will throw an IllegalState error.

Enabling this option will cause the same behavior as if reset is enabled (regardless of the actual configured reset setting). I.e. new results are only produced when ALL required inputs have available values...

key

key: Fn<T, PropertyKey>

mergeOnly

mergeOnly: boolean

reset

reset: boolean

Generated using TypeDoc