public static interface RestEndpointBuilderFactory.AdvancedRestEndpointBuilder extends RestEndpointBuilderFactory.AdvancedRestEndpointConsumerBuilder, RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default RestEndpointBuilderFactory.RestEndpointBuilder |
basic() |
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault RestEndpointBuilderFactory.RestEndpointBuilder basic()
basic in interface RestEndpointBuilderFactory.AdvancedRestEndpointConsumerBuilderbasic in interface RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilderdefault RestEndpointBuilderFactory.AdvancedRestEndpointBuilder synchronous(boolean synchronous)
synchronous in interface RestEndpointBuilderFactory.AdvancedRestEndpointConsumerBuildersynchronous in interface RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuildersynchronous - the value to setdefault RestEndpointBuilderFactory.AdvancedRestEndpointBuilder synchronous(String synchronous)
synchronous in interface RestEndpointBuilderFactory.AdvancedRestEndpointConsumerBuildersynchronous in interface RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuildersynchronous - the value to setApache Camel