Uses of Class
com.azure.messaging.eventhubs.EventHubProperties
Packages that use EventHubProperties
Package
Description
Azure Event Hubs is a highly scalable
publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.
-
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.