Interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder
- Enclosing interface:
- AtmosEndpointBuilderFactory
public static interface AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint producers for the Atmos component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AtmosEndpointBuilderFactory.AtmosEndpointProducerBuilder
basic()
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder
uri(String uri)
Atomos server uri.
-
-
-
Method Detail
-
basic
default AtmosEndpointBuilderFactory.AtmosEndpointProducerBuilder basic()
-
synchronous
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
uri
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointProducerBuilder uri(String uri)
Atomos server uri. The option is a:java.lang.String
type. Group: advanced
-
-