Uses of Class
org.apache.camel.builder.endpoint.dsl.EhcacheEndpointBuilderFactory.EventOrdering
-
Packages that use EhcacheEndpointBuilderFactory.EventOrdering Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of EhcacheEndpointBuilderFactory.EventOrdering in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return EhcacheEndpointBuilderFactory.EventOrdering Modifier and Type Method Description static EhcacheEndpointBuilderFactory.EventOrderingEhcacheEndpointBuilderFactory.EventOrdering. valueOf(String name)Returns the enum constant of this type with the specified name.static EhcacheEndpointBuilderFactory.EventOrdering[]EhcacheEndpointBuilderFactory.EventOrdering. 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 EhcacheEndpointBuilderFactory.EventOrdering Modifier and Type Method Description default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilderEhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder. eventOrdering(EhcacheEndpointBuilderFactory.EventOrdering eventOrdering)Set the delivery mode (ordered, unordered).
-