Uses of Interface
org.apache.camel.builder.endpoint.dsl.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder
Packages that use QueueEndpointBuilderFactory.QueueEndpointProducerBuilder
-
Uses of QueueEndpointBuilderFactory.QueueEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of QueueEndpointBuilderFactory.QueueEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Azure Storage Queue Service component.Methods in org.apache.camel.builder.endpoint.dsl that return QueueEndpointBuilderFactory.QueueEndpointProducerBuilderModifier and TypeMethodDescriptionAccess key for the associated azure account name to be used for authentication with azure queue services.QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder.basic()QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.createQueue(boolean createQueue) When is set to true, the queue will be automatically created when sending messages to the queue.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.createQueue(String createQueue) When is set to true, the queue will be automatically created when sending messages to the queue.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.credentials(com.azure.storage.common.StorageSharedKeyCredential credentials) StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.credentials(String credentials) StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.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.QueueEndpointProducerBuilder.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.Queue service operation hint to the producer.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.operation(org.apache.camel.component.azure.storage.queue.QueueOperationDefinition operation) Queue service operation hint to the producer.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.popReceipt(String popReceipt) Unique identifier that must match for the message to be deleted or updated.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.serviceClient(com.azure.storage.queue.QueueServiceClient serviceClient) Service client to a storage account to interact with the queue service.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.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.QueueEndpointProducerBuilder.timeToLive(String timeToLive) How long the message will stay alive in the queue.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.timeToLive(Duration timeToLive) How long the message will stay alive in the queue.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.visibilityTimeout(String visibilityTimeout) The timeout period for how long the message is invisible in the queue.QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.visibilityTimeout(Duration visibilityTimeout) The timeout period for how long the message is invisible in the queue.