The event position to use when claiming a partition if not already initialized.
Defaults to EventPosition.earliest()
The max size of the batch of events passed each time to user code for processing.
The maximum amount of time to wait to build up the requested message count before passing the data to user code for processing. If not provided, it defaults to 60 seconds.
Generated using TypeDoc
Common options for configuring
EventProcessor
, minus options that are only used internally (likepartitionLoadBalancer
)