Uses of Enum
com.azure.messaging.eventhubs.LoadBalancingStrategy
Packages that use LoadBalancingStrategy
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 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.