Uses of Enum
com.azure.messaging.eventhubs.LoadBalancingStrategy
Packages that use LoadBalancingStrategy
Package
Description
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs.-
Uses of LoadBalancingStrategy in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return LoadBalancingStrategyModifier and TypeMethodDescriptionstatic LoadBalancingStrategyReturns the enum constant of this type with the specified name.static LoadBalancingStrategy[]LoadBalancingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.messaging.eventhubs with parameters of type LoadBalancingStrategyModifier and TypeMethodDescriptionEventProcessorClientBuilder.loadBalancingStrategy(LoadBalancingStrategy loadBalancingStrategy) TheLoadBalancingStrategytheevent processorwill use for claiming partition ownership.