ProcessCloseHandler type
Podpis funkcji udostępnionej przez użytkownika wywoływanej tuż EventHubConsumerClient
po zatrzymaniu w celu odbierania zdarzeń z partycji.
type ProcessCloseHandler = (
reason: CloseReason,
context: PartitionContext
) => Promise<void>