Uses of Enum Class
org.apache.camel.model.ClaimCheckOperation
Packages that use ClaimCheckOperation
-
Uses of ClaimCheckOperation in org.apache.camel.model
Methods in org.apache.camel.model that return ClaimCheckOperationModifier and TypeMethodDescriptionstatic ClaimCheckOperationReturns the enum constant of this class with the specified name.static ClaimCheckOperation[]ClaimCheckOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model with parameters of type ClaimCheckOperationModifier and TypeMethodDescriptionProcessorDefinition.claimCheck(ClaimCheckOperation operation) The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.ProcessorDefinition.claimCheck(ClaimCheckOperation operation, String key) The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.ProcessorDefinition.claimCheck(ClaimCheckOperation operation, String key, String filter) The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.ClaimCheckDefinition.operation(ClaimCheckOperation operation) The claim check operation to use.