Uses of Class
org.apache.camel.component.atlasmap.AtlasMapEndpoint.TargetMapMode
-
-
Uses of AtlasMapEndpoint.TargetMapMode in org.apache.camel.component.atlasmap
Methods in org.apache.camel.component.atlasmap that return AtlasMapEndpoint.TargetMapMode Modifier and Type Method Description AtlasMapEndpoint.TargetMapModeAtlasMapEndpoint. getTargetMapMode()static AtlasMapEndpoint.TargetMapModeAtlasMapEndpoint.TargetMapMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AtlasMapEndpoint.TargetMapMode[]AtlasMapEndpoint.TargetMapMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.atlasmap with parameters of type AtlasMapEndpoint.TargetMapMode Modifier and Type Method Description voidAtlasMapEndpoint. setTargetMapMode(AtlasMapEndpoint.TargetMapMode mode)AtlasMapEndpoint.TargetMapModeenum value to specify how multiple target documents are delivered if exist.
-