Uses of Class
org.apache.camel.builder.endpoint.dsl.AtlasMapEndpointBuilderFactory.TargetMapMode
-
Packages that use AtlasMapEndpointBuilderFactory.TargetMapMode Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of AtlasMapEndpointBuilderFactory.TargetMapMode in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return AtlasMapEndpointBuilderFactory.TargetMapMode Modifier and Type Method Description static AtlasMapEndpointBuilderFactory.TargetMapModeAtlasMapEndpointBuilderFactory.TargetMapMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AtlasMapEndpointBuilderFactory.TargetMapMode[]AtlasMapEndpointBuilderFactory.TargetMapMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type AtlasMapEndpointBuilderFactory.TargetMapMode Modifier and Type Method Description default AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilderAtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder. targetMapMode(AtlasMapEndpointBuilderFactory.TargetMapMode targetMapMode)TargetMapMode enum value to specify how multiple target documents are delivered if exist.
-