İngilizce dilinde oku

Aracılığıyla paylaş


OnReceivedMessage type

Describes the message handler signature for messages received from an EventHub.

type OnReceivedMessage = (
  context: PartitionContext,
  eventData: EventData
) => void