public static interface CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder extends CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder, CometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CometdEndpointBuilderFactory.CometdEndpointBuilder |
basic() |
default CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder |
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 CometdEndpointBuilderFactory.CometdEndpointBuilder basic()
basic in interface CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilderbasic in interface CometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilderdefault CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder synchronous(boolean synchronous)
synchronous in interface CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuildersynchronous in interface CometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuildersynchronous - the value to setdefault CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder synchronous(String synchronous)
synchronous in interface CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuildersynchronous in interface CometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuildersynchronous - the value to setApache Camel