Optional
Readonly
bufferEvent buffer size. Events may be dropped if buffer size is reached. Defaults to Infinity.
Optional
Readonly
fcfsIf true, set to first-come-first-serve mode, which ignores new events if buffer size is reached. Defaults to false, which drops earlier events if buffer size is reached.
Optional
signalAn optional AbortSignal that can be used to abort an async task.
Generated using TypeDoc
Options for creating an AsyncSubscriber.