| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static QueueEndpointBuilderFactory.QueueEndpointBuilder |
StaticEndpointBuilders.azureStorageQueue(String path)
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.
|
static QueueEndpointBuilderFactory.QueueEndpointBuilder |
StaticEndpointBuilders.azureStorageQueue(String componentName,
String path)
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.
|
| Modifier and Type | Method and Description |
|---|---|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.accessKey(String accessKey)
Access key for the associated azure account name to be used for
authentication with azure queue services.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueBuilders.azureStorageQueue(String path)
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 QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueBuilders.azureStorageQueue(String componentName,
String path)
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 QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder.basic() |
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.credentials(Object credentials)
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.credentials(String credentials)
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
static QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.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 QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.maxMessages(String 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 QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.messageId(String messageId)
The ID of the message to be deleted or updated.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.popReceipt(String popReceipt)
Unique identifier that must match for the message to be deleted or
updated.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.serviceClient(Object serviceClient)
Service client to a storage account to interact with the queue
service.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.serviceClient(String serviceClient)
Service client to a storage account to interact with the queue
service.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.timeout(Duration timeout)
An optional timeout applied to the operation.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.timeout(String timeout)
An optional timeout applied to the operation.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.timeToLive(Duration timeToLive)
How long the message will stay alive in the queue.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.timeToLive(String timeToLive)
How long the message will stay alive in the queue.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.visibilityTimeout(Duration visibilityTimeout)
The timeout period for how long the message is invisible in the
queue.
|
default QueueEndpointBuilderFactory.QueueEndpointBuilder |
QueueEndpointBuilderFactory.QueueEndpointBuilder.visibilityTimeout(String visibilityTimeout)
The timeout period for how long the message is invisible in the
queue.
|
Apache Camel