Uses of Class
com.microsoft.azure.eventhubs.EventHubRuntimeInformation
-
Packages that use EventHubRuntimeInformation Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of EventHubRuntimeInformation in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return types with arguments of type EventHubRuntimeInformation Modifier and Type Method Description CompletableFuture<EventHubRuntimeInformation>
EventHubClient. getRuntimeInformation()
Retrieves general information about an event hub (seeEventHubRuntimeInformation
for details). -
Uses of EventHubRuntimeInformation in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return types with arguments of type EventHubRuntimeInformation Modifier and Type Method Description CompletableFuture<EventHubRuntimeInformation>
EventHubClientImpl. getRuntimeInformation()
-