Uses of Class
com.azure.messaging.eventhubs.EventDataBatch
Packages that use EventDataBatch
Package
Description
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs.-
Uses of EventDataBatch in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return EventDataBatchModifier and TypeMethodDescriptionEventHubProducerClient.createBatch()Creates anEventDataBatchthat can fit as many events as the transport allows.EventHubProducerClient.createBatch(CreateBatchOptions options) Creates anEventDataBatchconfigured with the options specified.Methods in com.azure.messaging.eventhubs that return types with arguments of type EventDataBatchModifier and TypeMethodDescriptionEventHubProducerAsyncClient.createBatch()Creates anEventDataBatchthat can fit as many events as the transport allows.EventHubProducerAsyncClient.createBatch(CreateBatchOptions options) Creates anEventDataBatchconfigured with the options specified.Methods in com.azure.messaging.eventhubs with parameters of type EventDataBatchModifier and TypeMethodDescriptionEventHubProducerAsyncClient.send(EventDataBatch batch) Sends the batch to the associated Event Hub.voidEventHubProducerClient.send(EventDataBatch batch) Sends the batch to the associated Event Hub.