public static interface AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
basic() |
default AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder |
propertiesFile(String propertiesFile)
The URI of the properties file which is used for AtlasContextFactory
initialization.
|
default AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder basic()
default AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder propertiesFile(String propertiesFile)
propertiesFile - the value to setdefault AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel