Uses of Interface
com.microsoft.azure.eventhubs.PartitionSender
-
Packages that use PartitionSender Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of PartitionSender in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return PartitionSender Modifier and Type Method Description default PartitionSenderEventHubClient. createPartitionSenderSync(String partitionId)Synchronous version ofEventHubClient.createPartitionSender(String).Methods in com.microsoft.azure.eventhubs that return types with arguments of type PartitionSender Modifier and Type Method Description CompletableFuture<PartitionSender>EventHubClient. createPartitionSender(String partitionId)Create aPartitionSenderwhich can publishEventData's directly to a specific EventHub partition (sender type iii. -
Uses of PartitionSender in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return types with arguments of type PartitionSender Modifier and Type Method Description CompletableFuture<PartitionSender>EventHubClientImpl. createPartitionSender(String partitionId)
-