default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.amqpRetryOptions(Object amqpRetryOptions) |
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.amqpRetryOptions(String amqpRetryOptions) |
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.amqpTransportType(String amqpTransportType) |
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType) |
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilder.basic() |
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.checkpointStore(Object checkpointStore) |
Sets the CheckpointStore the EventProcessorClient will use for
storing partition ownership and checkpoint information.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.checkpointStore(String checkpointStore) |
Sets the CheckpointStore the EventProcessorClient will use for
storing partition ownership and checkpoint information.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.connectionString(String connectionString) |
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.consumerGroupName(String consumerGroupName) |
Sets the name of the consumer group this consumer is associated with.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
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 |
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 |
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 |
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 |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.sharedAccessKey(String sharedAccessKey) |
The generated value for the SharedAccessName.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.sharedAccessName(String sharedAccessName) |
The name you chose for your EventHubs SAS keys.
|