Uses of Interface
org.apache.camel.builder.endpoint.dsl.JooqEndpointBuilderFactory.AdvancedJooqEndpointBuilder
-
Packages that use JooqEndpointBuilderFactory.AdvancedJooqEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of JooqEndpointBuilderFactory.AdvancedJooqEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JooqEndpointBuilderFactory.AdvancedJooqEndpointBuilder Modifier and Type Method Description default JooqEndpointBuilderFactory.AdvancedJooqEndpointBuilder
JooqEndpointBuilderFactory.JooqEndpointBuilder. advanced()
default JooqEndpointBuilderFactory.AdvancedJooqEndpointBuilder
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
JooqEndpointBuilderFactory.AdvancedJooqEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-