default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.accessKey(String accessKey) |
Access key for the associated azure account name to be used for
authentication with azure queue services.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.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 AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.azureStorageQueue() |
Azure Storage Queue Service (camel-azure-storage-queue)
The azure-storage-queue component is used for storing and retrieving the
messages to/from Azure Storage Queue using Azure SDK v12.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.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 AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.configuration(org.apache.camel.component.azure.storage.queue.QueueConfiguration configuration) |
The component configurations.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.createQueue(boolean createQueue) |
When is set to true, the queue will be automatically created when
sending messages to the queue.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.credentials(com.azure.storage.common.StorageSharedKeyCredential credentials) |
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.maxMessages(Integer maxMessages) |
Maximum number of messages to get, if there are less messages exist
in the queue than requested all the messages will be returned.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.messageId(String messageId) |
The ID of the message to be deleted or updated.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.operation(org.apache.camel.component.azure.storage.queue.QueueOperationDefinition operation) |
Queue service operation hint to the producer.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.popReceipt(String popReceipt) |
Unique identifier that must match for the message to be deleted or
updated.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.serviceClient(com.azure.storage.queue.QueueServiceClient serviceClient) |
Service client to a storage account to interact with the queue
service.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.timeout(Duration timeout) |
An optional timeout applied to the operation.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.timeToLive(Duration timeToLive) |
How long the message will stay alive in the queue.
|
default AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder.visibilityTimeout(Duration visibilityTimeout) |
The timeout period for how long the message is invisible in the
queue.
|