Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ProcessInitializeHandler type
- Package:
- @azure/event-hubs
Signature of the user provided function invoked by EventHubConsumerClient just before starting to receive
events from a partition.
type ProcessInitializeHandler = (context: PartitionContext) => Promise<void>
