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