public static interface AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder |
advanced() |
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
sourceMapName(String sourceMapName)
The Exchange property name for a source message map which hold
java.util.Map<String, Message> where the key is
AtlasMap Document ID.
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
targetMapMode(AtlasMapEndpointBuilderFactory.TargetMapMode targetMapMode)
TargetMapMode enum value to specify how multiple target documents are
delivered if exist.
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
targetMapMode(String targetMapMode)
TargetMapMode enum value to specify how multiple target documents are
delivered if exist.
|
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder |
targetMapName(String targetMapName)
The Exchange property name for a target document map which hold
java.util.Map<String, Object> where the key is
AtlasMap Document ID.
|
default AtlasMapEndpointBuilderFactory.AdvancedAtlasMapEndpointBuilder advanced()
default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder sourceMapName(String sourceMapName)
sourceMapName - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder targetMapMode(AtlasMapEndpointBuilderFactory.TargetMapMode targetMapMode)
targetMapMode - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder targetMapMode(String targetMapMode)
targetMapMode - the value to setdefault AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder targetMapName(String targetMapName)
targetMapName - the value to setApache Camel