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