public static interface RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default RestEndpointBuilderFactory.RestEndpointProducerBuilder |
basic() |
default RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default RestEndpointBuilderFactory.RestEndpointProducerBuilder basic()
default RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel