Uses of Class
com.azure.messaging.eventhubs.EventDataBatch
Packages that use EventDataBatch
Package
Description
Azure Event Hubs is a highly scalable
publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.
-
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.