Uses of Interface
org.apache.camel.builder.endpoint.dsl.JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder
-
Packages that use JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder Modifier and Type Method Description default JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder
JoltEndpointBuilderFactory.JoltEndpointBuilder. advanced()
default JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder
JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder
JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-