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