Uses of Class
com.azure.messaging.eventhubs.PartitionProperties
Packages that use PartitionProperties
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 PartitionProperties in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return PartitionPropertiesModifier and TypeMethodDescriptionEventHubBufferedProducerClient.getPartitionProperties(String partitionId) Retrieves information about a specific partition for an Event Hub, including elements that describe the available events in the partition event stream.EventHubConsumerClient.getPartitionProperties(String partitionId) Retrieves information about a specific partition for an Event Hub, including elements that describe the available events in the partition event stream.EventHubProducerClient.getPartitionProperties(String partitionId) Retrieves information about a specific partition for an Event Hub, including elements that describe the available events in the partition event stream.Methods in com.azure.messaging.eventhubs that return types with arguments of type PartitionPropertiesModifier and TypeMethodDescriptionEventHubBufferedProducerAsyncClient.getPartitionProperties(String partitionId) Retrieves information about a specific partition for an Event Hub, including elements that describe the available events in the partition event stream.EventHubConsumerAsyncClient.getPartitionProperties(String partitionId) Retrieves information about a specific partition for an Event Hub, including elements that describe the available events in the partition event stream.EventHubProducerAsyncClient.getPartitionProperties(String partitionId) Retrieves information about a specific partition for an Event Hub, including elements that describe the available events in the partition event stream.