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 EventDataBatchEventHubClient. createBatch()Creates an Empty Collection ofEventData.EventDataBatchEventHubClient. createBatch(BatchOptions options)Creates an Empty Collection ofEventData.default EventDataBatchPartitionSender. createBatch()Creates an Empty Collection ofEventData.EventDataBatchPartitionSender. 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)SendEventDataBatchto EventHub.CompletableFuture<Void>PartitionSender. send(EventDataBatch eventDatas)SendEventDataBatchto a specific EventHub partition.default voidEventHubClient. sendSync(EventDataBatch eventDatas)Synchronous version ofEventHubClient.send(EventDataBatch).default voidPartitionSender. 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 EventDataBatchEventHubClientImpl. 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)
-