Uses of Class
com.azure.messaging.eventhubs.EventHubProperties
Packages that use EventHubProperties
Package
Description
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs.-
Uses of EventHubProperties in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return EventHubPropertiesModifier and TypeMethodDescriptionEventHubBufferedProducerClient.getEventHubProperties()Retrieves information about an Event Hub, including the number of partitions present and their identifiers.EventHubConsumerClient.getEventHubProperties()Retrieves information about an Event Hub, including the number of partitions present and their identifiers.EventHubProducerClient.getEventHubProperties()Retrieves information about an Event Hub, including the number of partitions present and their identifiers.Methods in com.azure.messaging.eventhubs that return types with arguments of type EventHubPropertiesModifier and TypeMethodDescriptionEventHubBufferedProducerAsyncClient.getEventHubProperties()Retrieves information about an Event Hub, including the number of partitions present and their identifiers.EventHubConsumerAsyncClient.getEventHubProperties()Retrieves information about an Event Hub, including the number of partitions present and their identifiers.EventHubProducerAsyncClient.getEventHubProperties()Retrieves information about an Event Hub, including the number of partitions present and their identifiers.