Interface HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilder
,HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointProducerBuilder
- Enclosing interface:
- HazelcastQueueEndpointBuilderFactory
public static interface HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointBuilder extends HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilder, HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointProducerBuilder
Advanced builder for endpoint for the Hazelcast Queue component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointBuilder
basic()
default HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointBuilder
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.HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern
-
-
-
-
Method Detail
-
basic
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointBuilder basic()
- Specified by:
basic
in interfaceHazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilder
- Specified by:
basic
in interfaceHazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointProducerBuilder
-
synchronous
default HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointBuilder 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 interfaceHazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceHazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointProducerBuilder
-
synchronous
default HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointBuilder 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 interfaceHazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceHazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointProducerBuilder
-
-