Uses of Interface
com.microsoft.azure.eventhubs.EventDataBatch
-
Packages that use EventDataBatch Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of EventDataBatch in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return EventDataBatch Modifier and Type Method Description default EventDataBatch
EventHubClient. createBatch()
Creates an Empty Collection ofEventData
.EventDataBatch
EventHubClient. createBatch(BatchOptions options)
Creates an Empty Collection ofEventData
.default EventDataBatch
PartitionSender. createBatch()
Creates an Empty Collection ofEventData
.EventDataBatch
PartitionSender. createBatch(BatchOptions options)
Creates an Empty Collection ofEventData
.Methods in com.microsoft.azure.eventhubs with parameters of type EventDataBatch Modifier and Type Method Description CompletableFuture<Void>
EventHubClient. send(EventDataBatch eventDatas)
SendEventDataBatch
to EventHub.CompletableFuture<Void>
PartitionSender. send(EventDataBatch eventDatas)
SendEventDataBatch
to a specific EventHub partition.default void
EventHubClient. sendSync(EventDataBatch eventDatas)
Synchronous version ofEventHubClient.send(EventDataBatch)
.default void
PartitionSender. sendSync(EventDataBatch eventDatas)
Synchronous version ofPartitionSender.send(EventDataBatch)
-
Uses of EventDataBatch in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return EventDataBatch Modifier and Type Method Description EventDataBatch
EventHubClientImpl. createBatch(BatchOptions options)
Methods in com.microsoft.azure.eventhubs.impl with parameters of type EventDataBatch Modifier and Type Method Description CompletableFuture<Void>
EventHubClientImpl. send(EventDataBatch eventDatas)
-