Interface Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
,Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
- Enclosing interface:
- Sqs2EndpointBuilderFactory
public static interface Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder extends Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder, Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
Advanced builder for endpoint for the AWS 2 Simple Queue Service (SQS) component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder
basic()
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder
delayQueue(boolean delayQueue)
Define if you want to apply delaySeconds option to the queue or on single messages.default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder
delayQueue(String delayQueue)
Define if you want to apply delaySeconds option to the queue or on single messages.default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder
queueUrl(String queueUrl)
To define the queueUrl explicitly.default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategy
-
-
-
-
Method Detail
-
basic
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder basic()
- Specified by:
basic
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
- Specified by:
basic
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
-
delayQueue
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder delayQueue(boolean delayQueue)
Define if you want to apply delaySeconds option to the queue or on single messages. The option is a:boolean
type. Default: false Group: advanced- Specified by:
delayQueue
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
- Specified by:
delayQueue
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
-
delayQueue
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder delayQueue(String delayQueue)
Define if you want to apply delaySeconds option to the queue or on single messages. The option will be converted to aboolean
type. Default: false Group: advanced- Specified by:
delayQueue
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
- Specified by:
delayQueue
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
-
queueUrl
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder queueUrl(String queueUrl)
To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes. The option is a:java.lang.String
type. Group: advanced- Specified by:
queueUrl
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
- Specified by:
queueUrl
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
-
synchronous
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
- Specified by:
synchronous
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
-
synchronous
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder
- Specified by:
synchronous
in interfaceSqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
-
-