public static interface ServerEndpointBuilderFactory.AdvancedServerEndpointBuilder extends ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder, ServerEndpointBuilderFactory.AdvancedServerEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ServerEndpointBuilderFactory.ServerEndpointBuilder |
basic() |
default ServerEndpointBuilderFactory.AdvancedServerEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ServerEndpointBuilderFactory.AdvancedServerEndpointBuilder |
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 ServerEndpointBuilderFactory.ServerEndpointBuilder basic()
basic in interface ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilderbasic in interface ServerEndpointBuilderFactory.AdvancedServerEndpointProducerBuilderdefault ServerEndpointBuilderFactory.AdvancedServerEndpointBuilder synchronous(boolean synchronous)
synchronous in interface ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuildersynchronous in interface ServerEndpointBuilderFactory.AdvancedServerEndpointProducerBuildersynchronous - the value to setdefault ServerEndpointBuilderFactory.AdvancedServerEndpointBuilder synchronous(String synchronous)
synchronous in interface ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuildersynchronous in interface ServerEndpointBuilderFactory.AdvancedServerEndpointProducerBuildersynchronous - the value to setApache Camel