Interface AsyncEventOptions

Options that can be passed when creating an instance of AsyncEvent.

Hierarchy

  • AsyncEventOptions

Properties

defaultErrorStrategy?: ErrorStrategy

The error strategy to use by default. If not specified this will default to rethrowErrors.

defaultIterator?: EventIteratorOptions

The default options that are applied to iterators. Use this to setup default limits and overflow behavior for iterators of this event.

Generated using TypeDoc