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