Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ProcessEventsHandler type
- Package:
- @azure/event-hubs
Signature of the user provided function invoked by EventHubConsumerClient when a set of events is received.
type ProcessEventsHandler = (
events: ReceivedEventData[],
context: PartitionContext
) => Promise<void>
