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