Uses of Class
org.apache.camel.component.atlasmap.AtlasEndpoint.TargetMapMode
-
-
Uses of AtlasEndpoint.TargetMapMode in org.apache.camel.component.atlasmap
Methods in org.apache.camel.component.atlasmap that return AtlasEndpoint.TargetMapMode Modifier and Type Method Description AtlasEndpoint.TargetMapModeAtlasEndpoint. getTargetMapMode()static AtlasEndpoint.TargetMapModeAtlasEndpoint.TargetMapMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AtlasEndpoint.TargetMapMode[]AtlasEndpoint.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 AtlasEndpoint.TargetMapMode Modifier and Type Method Description voidAtlasEndpoint. setTargetMapMode(AtlasEndpoint.TargetMapMode mode)AtlasEndpoint.TargetMapModeenum value to specify how multiple documents are delivered.
-