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