public static interface QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
accessKey(String accessKey)
Access key for the associated azure account name to be used for
authentication with azure queue services.
|
default QueueEndpointBuilderFactory.AdvancedQueueEndpointConsumerBuilder |
advanced() |
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default 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.
|
default 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.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
credentials(Object credentials)
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
credentials(String credentials)
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default 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.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default 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.
|
default 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.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
messageId(String messageId)
The ID of the message to be deleted or updated.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
popReceipt(String popReceipt)
Unique identifier that must match for the message to be deleted or
updated.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default 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.
|
default 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.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
serviceClient(Object serviceClient)
Service client to a storage account to interact with the queue
service.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
serviceClient(String serviceClient)
Service client to a storage account to interact with the queue
service.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
timeout(Duration timeout)
An optional timeout applied to the operation.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
timeout(String timeout)
An optional timeout applied to the operation.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
timeToLive(Duration timeToLive)
How long the message will stay alive in the queue.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
timeToLive(String timeToLive)
How long the message will stay alive in the queue.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
visibilityTimeout(Duration visibilityTimeout)
The timeout period for how long the message is invisible in the
queue.
|
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder |
visibilityTimeout(String visibilityTimeout)
The timeout period for how long the message is invisible in the
queue.
|
default QueueEndpointBuilderFactory.AdvancedQueueEndpointConsumerBuilder advanced()
default QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder serviceClient(Object serviceClient)
serviceClient - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder serviceClient(String serviceClient)
serviceClient - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder maxMessages(Integer maxMessages)
maxMessages - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder maxMessages(String maxMessages)
maxMessages - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder messageId(String messageId)
messageId - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder popReceipt(String popReceipt)
popReceipt - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder timeout(Duration timeout)
timeout - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder timeout(String timeout)
timeout - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder timeToLive(Duration timeToLive)
timeToLive - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder timeToLive(String timeToLive)
timeToLive - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder visibilityTimeout(Duration visibilityTimeout)
visibilityTimeout - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder visibilityTimeout(String visibilityTimeout)
visibilityTimeout - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder accessKey(String accessKey)
accessKey - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder credentials(Object credentials)
credentials - the value to setdefault QueueEndpointBuilderFactory.QueueEndpointConsumerBuilder credentials(String credentials)
credentials - the value to setApache Camel