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