Uses of Class
com.microsoft.azure.eventhubs.PartitionRuntimeInformation
-
Packages that use PartitionRuntimeInformation Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of PartitionRuntimeInformation in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return types with arguments of type PartitionRuntimeInformation Modifier and Type Method Description CompletableFuture<PartitionRuntimeInformation>
EventHubClient. getPartitionRuntimeInformation(String partitionId)
Retrieves dynamic information about a partition of an event hub (seePartitionRuntimeInformation
for details. -
Uses of PartitionRuntimeInformation in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return types with arguments of type PartitionRuntimeInformation Modifier and Type Method Description CompletableFuture<PartitionRuntimeInformation>
EventHubClientImpl. getPartitionRuntimeInformation(String partitionId)
-