public static interface QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default QueueServiceEndpointBuilderFactory.AdvancedQueueServiceEndpointConsumerBuilder |
advanced() |
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder |
azureQueueClient(Object azureQueueClient)
The queue service client.
|
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder |
azureQueueClient(String azureQueueClient)
The queue service client.
|
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder |
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 QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder |
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 QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder |
credentials(Object credentials)
Set the storage credentials, required in most cases.
|
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder |
credentials(String credentials)
Set the storage credentials, required in most cases.
|
default QueueServiceEndpointBuilderFactory.AdvancedQueueServiceEndpointConsumerBuilder advanced()
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder azureQueueClient(Object azureQueueClient)
com.microsoft.azure.storage.queue.CloudQueue type.
Group: commondefault QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder azureQueueClient(String azureQueueClient)
com.microsoft.azure.storage.queue.CloudQueue type.
Group: commondefault QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder credentials(Object credentials)
com.microsoft.azure.storage.StorageCredentials type.
Group: commondefault QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder credentials(String credentials)
com.microsoft.azure.storage.StorageCredentials type.
Group: commondefault QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault QueueServiceEndpointBuilderFactory.QueueServiceEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerApache Camel