public static interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilder |
advanced() |
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
amqpRetryOptions(Object amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
amqpRetryOptions(String amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
amqpTransportType(String amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
blobAccessKey(String blobAccessKey)
In case you chose the default BlobCheckpointStore, this sets access
key for the associated azure account name to be used for
authentication with azure blob services.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
blobAccountName(String blobAccountName)
In case you chose the default BlobCheckpointStore, this sets Azure
account name to be used for authentication with azure blob services.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
blobContainerName(String blobContainerName)
In case you chose the default BlobCheckpointStore, this sets the blob
container that shall be used by the BlobCheckpointStore to store the
checkpoint offsets.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
blobStorageSharedKeyCredential(Object blobStorageSharedKeyCredential)
In case you chose the default BlobCheckpointStore,
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
blobStorageSharedKeyCredential(String blobStorageSharedKeyCredential)
In case you chose the default BlobCheckpointStore,
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
checkpointStore(Object checkpointStore)
Sets the CheckpointStore the EventProcessorClient will use for
storing partition ownership and checkpoint information.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
checkpointStore(String checkpointStore)
Sets the CheckpointStore the EventProcessorClient will use for
storing partition ownership and checkpoint information.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
connectionString(String connectionString)
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
consumerGroupName(String consumerGroupName)
Sets the name of the consumer group this consumer is associated with.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
eventPosition(Map<String,Object> eventPosition)
Sets the map containing the event position to use for each partition
if a checkpoint for the partition does not exist in CheckpointStore.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
eventPosition(String eventPosition)
Sets the map containing the event position to use for each partition
if a checkpoint for the partition does not exist in CheckpointStore.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
prefetchCount(int prefetchCount)
Sets the count used by the receiver to control the number of events
the Event Hub consumer will actively receive and queue locally
without regard to whether a receive operation is currently active.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
prefetchCount(String prefetchCount)
Sets the count used by the receiver to control the number of events
the Event Hub consumer will actively receive and queue locally
without regard to whether a receive operation is currently active.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
sharedAccessKey(String sharedAccessKey)
The generated value for the SharedAccessName.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
sharedAccessName(String sharedAccessName)
The name you chose for your EventHubs SAS keys.
|
default EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilder advanced()
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder amqpRetryOptions(Object amqpRetryOptions)
com.azure.core.amqp.AmqpRetryOptions
type.
Group: commondefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder amqpRetryOptions(String amqpRetryOptions)
com.azure.core.amqp.AmqpRetryOptions type.
Group: commondefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
com.azure.core.amqp.AmqpTransportType
type.
Default: AMQP
Group: commondefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder amqpTransportType(String amqpTransportType)
com.azure.core.amqp.AmqpTransportType type.
Default: AMQP
Group: commondefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commondefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder autoDiscoverClient(String autoDiscoverClient)
boolean type.
Default: true
Group: commondefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder blobAccessKey(String blobAccessKey)
java.lang.String type.
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder blobAccountName(String blobAccountName)
java.lang.String type.
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder blobContainerName(String blobContainerName)
java.lang.String type.
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder blobStorageSharedKeyCredential(Object blobStorageSharedKeyCredential)
com.azure.storage.common.StorageSharedKeyCredential
type.
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder blobStorageSharedKeyCredential(String blobStorageSharedKeyCredential)
com.azure.storage.common.StorageSharedKeyCredential
type.
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder checkpointStore(Object checkpointStore)
com.azure.messaging.eventhubs.CheckpointStore type.
Default: BlobCheckpointStore
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder checkpointStore(String checkpointStore)
com.azure.messaging.eventhubs.CheckpointStore type.
Default: BlobCheckpointStore
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder consumerGroupName(String consumerGroupName)
java.lang.String type.
Default: $Default
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder eventPosition(Map<String,Object> eventPosition)
java.util.Map<java.lang.String,
com.azure.messaging.eventhubs.models.EventPosition> type.
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder eventPosition(String eventPosition)
java.util.Map<java.lang.String,
com.azure.messaging.eventhubs.models.EventPosition> type.
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder prefetchCount(int prefetchCount)
int type.
Default: 500
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder prefetchCount(String prefetchCount)
int type.
Default: 500
Group: consumerdefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder connectionString(String connectionString)
java.lang.String type.
Group: securitydefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder sharedAccessKey(String sharedAccessKey)
java.lang.String type.
Group: securitydefault EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder sharedAccessName(String sharedAccessName)
java.lang.String type.
Group: securityApache Camel