Uses of Class
com.microsoft.azure.eventhubs.BatchOptions
-
Packages that use BatchOptions Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of BatchOptions in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return BatchOptions Modifier and Type Method Description BatchOptions
BatchOptions. with(Consumer<BatchOptions> builderFunction)
Methods in com.microsoft.azure.eventhubs with parameters of type BatchOptions Modifier and Type Method Description EventDataBatch
EventHubClient. createBatch(BatchOptions options)
Creates an Empty Collection ofEventData
.EventDataBatch
PartitionSender. createBatch(BatchOptions options)
Creates an Empty Collection ofEventData
.Method parameters in com.microsoft.azure.eventhubs with type arguments of type BatchOptions Modifier and Type Method Description BatchOptions
BatchOptions. with(Consumer<BatchOptions> builderFunction)
-
Uses of BatchOptions in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl with parameters of type BatchOptions Modifier and Type Method Description EventDataBatch
EventHubClientImpl. createBatch(BatchOptions options)
-