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 TypeMethodDescriptionEventHubConsumerClient.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 TypeMethodDescriptionEventHubConsumerAsyncClient.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.