public static interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder extends AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuilder, AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
basic() |
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder |
uri(String uri)
Atomos server uri.
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault AtmosEndpointBuilderFactory.AtmosEndpointBuilder basic()
basic in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuilderbasic in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilderdefault AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder synchronous(boolean synchronous)
synchronous in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuildersynchronous in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuildersynchronous - the value to setdefault AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder synchronous(String synchronous)
synchronous in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuildersynchronous in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuildersynchronous - the value to setdefault AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder uri(String uri)
uri in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuilderuri in interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilderuri - the value to setApache Camel