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>