public static interface QueueServiceEndpointBuilderFactory.QueueServiceBuilders
| Modifier and Type | Method and Description |
|---|---|
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointBuilder |
azureQueue(String path)
Azure Storage Queue Service (Legacy) (camel-azure)
Store and retrieve messages from Azure Storage Queue Service.
|
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointBuilder |
azureQueue(String componentName,
String path)
Azure Storage Queue Service (Legacy) (camel-azure)
Store and retrieve messages from Azure Storage Queue Service.
|
default QueueServiceEndpointBuilderFactory.QueueServiceEndpointBuilder azureQueue(String path)
azure-queue:containerAndQueueUri
Path parameter: containerAndQueueUri (required)
Container Queue compact Uripath - containerAndQueueUridefault QueueServiceEndpointBuilderFactory.QueueServiceEndpointBuilder azureQueue(String componentName, String path)
azure-queue:containerAndQueueUri
Path parameter: containerAndQueueUri (required)
Container Queue compact UricomponentName - to use a custom component name for the endpoint
instead of the default namepath - containerAndQueueUriApache Camel