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