Uses of Enum Class
org.apache.camel.component.hazelcast.HazelcastOperation
Packages that use HazelcastOperation
-
Uses of HazelcastOperation in org.apache.camel.component.hazelcast
Methods in org.apache.camel.component.hazelcast that return HazelcastOperationModifier and TypeMethodDescriptionHazelcastDefaultEndpoint.getDefaultOperation()static HazelcastOperationHazelcastOperation.getHazelcastOperation(String name) static HazelcastOperationHazelcastComponentHelper.lookupOperation(org.apache.camel.Exchange exchange, HazelcastOperation defaultOperation) protected HazelcastOperationHazelcastDefaultProducer.lookupOperation(org.apache.camel.Exchange exchange) static HazelcastOperationReturns the enum constant of this class with the specified name.static HazelcastOperation[]HazelcastOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.hazelcast with parameters of type HazelcastOperationModifier and TypeMethodDescriptionstatic HazelcastOperationHazelcastComponentHelper.lookupOperation(org.apache.camel.Exchange exchange, HazelcastOperation defaultOperation) voidHazelcastDefaultEndpoint.setDefaultOperation(HazelcastOperation defaultOperation) To specify a default operation to use, if no operation header has been provided.