Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ProcessInitializeHandler type

Signature of the user provided function invoked by EventHubConsumerClient just before starting to receive events from a partition.

type ProcessInitializeHandler = (context: PartitionContext) => Promise<void>