Uses of Interface
org.apache.camel.builder.endpoint.dsl.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder
Packages that use QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder
-
Uses of QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder 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.QueueEndpointConsumerBuilderModifier and TypeMethodDescriptionAccess key for the associated azure account name to be used for authentication with azure queue services.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.QueueEndpointBuilderFactory.AdvancedQueueEndpointConsumerBuilder.basic()QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.credentials(com.azure.storage.common.StorageSharedKeyCredential credentials) StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.credentials(String credentials) StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.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.QueueEndpointConsumerBuilder.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.QueueEndpointConsumerBuilder.popReceipt(String popReceipt) Unique identifier that must match for the message to be deleted or updated.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.serviceClient(com.azure.storage.queue.QueueServiceClient serviceClient) Service client to a storage account to interact with the queue service.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.serviceClient(String serviceClient) Service client to a storage account to interact with the queue service.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.An optional timeout applied to the operation.An optional timeout applied to the operation.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.timeToLive(String timeToLive) How long the message will stay alive in the queue.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.timeToLive(Duration timeToLive) How long the message will stay alive in the queue.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.visibilityTimeout(String visibilityTimeout) The timeout period for how long the message is invisible in the queue.QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder.visibilityTimeout(Duration visibilityTimeout) The timeout period for how long the message is invisible in the queue.