Uses of Class
org.apache.camel.builder.endpoint.dsl.ECS2EndpointBuilderFactory.ECS2Operations
-
Packages that use ECS2EndpointBuilderFactory.ECS2Operations Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ECS2EndpointBuilderFactory.ECS2Operations in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ECS2EndpointBuilderFactory.ECS2Operations Modifier and Type Method Description static ECS2EndpointBuilderFactory.ECS2OperationsECS2EndpointBuilderFactory.ECS2Operations. valueOf(String name)Returns the enum constant of this type with the specified name.static ECS2EndpointBuilderFactory.ECS2Operations[]ECS2EndpointBuilderFactory.ECS2Operations. 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 ECS2EndpointBuilderFactory.ECS2Operations Modifier and Type Method Description default ECS2EndpointBuilderFactory.ECS2EndpointBuilderECS2EndpointBuilderFactory.ECS2EndpointBuilder. operation(ECS2EndpointBuilderFactory.ECS2Operations operation)The operation to perform.
-