Uses of Class
com.azure.messaging.eventhubs.PartitionProperties
Packages that use PartitionProperties
Package
Description
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs.-
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.