Uses of Enum Class
org.apache.camel.component.atlasmap.AtlasEndpoint.TargetMapMode
Packages that use AtlasEndpoint.TargetMapMode
-
Uses of AtlasEndpoint.TargetMapMode in org.apache.camel.component.atlasmap
Methods in org.apache.camel.component.atlasmap that return AtlasEndpoint.TargetMapModeModifier and TypeMethodDescriptionAtlasEndpoint.getTargetMapMode()
static AtlasEndpoint.TargetMapMode
Returns the enum constant of this class with the specified name.static AtlasEndpoint.TargetMapMode[]
AtlasEndpoint.TargetMapMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.atlasmap with parameters of type AtlasEndpoint.TargetMapModeModifier and TypeMethodDescriptionvoid
AtlasEndpoint.setTargetMapMode
(AtlasEndpoint.TargetMapMode mode) AtlasEndpoint.TargetMapMode
enum value to specify how multiple documents are delivered.