| Package | Description |
|---|---|
| com.azure.messaging.eventhubs |
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs. |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancingStrategy |
LoadBalancingStrategy.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
EventProcessorClientBuilder |
EventProcessorClientBuilder.loadBalancingStrategy(LoadBalancingStrategy loadBalancingStrategy)
The
LoadBalancingStrategy the event processor will use for claiming
partition ownership. |
Copyright © 2020 Microsoft Corporation. All rights reserved.