Uses of Interface
org.apache.camel.builder.endpoint.dsl.QueueEndpointBuilderFactory.QueueEndpointBuilder
Packages that use QueueEndpointBuilderFactory.QueueEndpointBuilder
-
Uses of QueueEndpointBuilderFactory.QueueEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return QueueEndpointBuilderFactory.QueueEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.azureStorageQueue(String path) Azure Storage Queue Service (camel-azure-storage-queue) Stores and retrieves messages to/from Azure Storage Queue.StaticEndpointBuilders.azureStorageQueue(String componentName, String path) Azure Storage Queue Service (camel-azure-storage-queue) Stores and retrieves messages to/from Azure Storage Queue. -
Uses of QueueEndpointBuilderFactory.QueueEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return QueueEndpointBuilderFactory.QueueEndpointBuilderModifier and TypeMethodDescriptionAccess key for the associated azure account name to be used for authentication with azure queue services.QueueEndpointBuilderFactory.QueueBuilders.azureStorageQueue(String path) Azure Storage Queue Service (camel-azure-storage-queue) Stores and retrieves messages to/from Azure Storage Queue.QueueEndpointBuilderFactory.QueueBuilders.azureStorageQueue(String componentName, String path) Azure Storage Queue Service (camel-azure-storage-queue) Stores and retrieves messages to/from Azure Storage Queue.QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder.basic()QueueEndpointBuilderFactory.QueueEndpointBuilder.credentials(com.azure.storage.common.StorageSharedKeyCredential credentials) StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information.QueueEndpointBuilderFactory.QueueEndpointBuilder.credentials(String credentials) StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information.QueueEndpointBuilderFactory.endpointBuilder(String componentName, String path) 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.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.The ID of the message to be deleted or updated.QueueEndpointBuilderFactory.QueueEndpointBuilder.popReceipt(String popReceipt) Unique identifier that must match for the message to be deleted or updated.QueueEndpointBuilderFactory.QueueEndpointBuilder.serviceClient(com.azure.storage.queue.QueueServiceClient serviceClient) Service client to a storage account to interact with the queue service.QueueEndpointBuilderFactory.QueueEndpointBuilder.serviceClient(String serviceClient) Service client to a storage account to interact with the queue service.An optional timeout applied to the operation.An optional timeout applied to the operation.QueueEndpointBuilderFactory.QueueEndpointBuilder.timeToLive(String timeToLive) How long the message will stay alive in the queue.QueueEndpointBuilderFactory.QueueEndpointBuilder.timeToLive(Duration timeToLive) How long the message will stay alive in the queue.QueueEndpointBuilderFactory.QueueEndpointBuilder.visibilityTimeout(String visibilityTimeout) The timeout period for how long the message is invisible in the queue.QueueEndpointBuilderFactory.QueueEndpointBuilder.visibilityTimeout(Duration visibilityTimeout) The timeout period for how long the message is invisible in the queue.