Uses of Enum Class
org.apache.camel.processor.errorhandler.ExceptionPolicy.RedeliveryOption
Packages that use ExceptionPolicy.RedeliveryOption
-
Uses of ExceptionPolicy.RedeliveryOption in org.apache.camel.processor.errorhandler
Methods in org.apache.camel.processor.errorhandler that return ExceptionPolicy.RedeliveryOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExceptionPolicy.RedeliveryOption[]ExceptionPolicy.RedeliveryOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.apache.camel.processor.errorhandler with type arguments of type ExceptionPolicy.RedeliveryOptionModifierConstructorDescriptionExceptionPolicy(String id, String routeId, boolean useOriginalInMessage, boolean useOriginalInBody, boolean hasOutputs, org.apache.camel.Predicate handledPolicy, org.apache.camel.Predicate continuedPolicy, org.apache.camel.Predicate retryWhilePolicy, org.apache.camel.Processor onRedelivery, org.apache.camel.Processor onExceptionOccurred, String redeliveryPolicyRef, Map<ExceptionPolicy.RedeliveryOption, String> redeliveryPolicy, List<String> exceptions)