Package org.apache.camel.builder
Class LegacyDefaultErrorHandlerBuilder
- java.lang.Object
-
- org.apache.camel.builder.LegacyErrorHandlerBuilderSupport
-
- org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
- All Implemented Interfaces:
LegacyErrorHandlerBuilder,org.apache.camel.ErrorHandlerFactory,DefaultErrorHandlerProperties
- Direct Known Subclasses:
LegacyDeadLetterChannelBuilder
@Deprecated public class LegacyDefaultErrorHandlerBuilder extends LegacyErrorHandlerBuilderSupport implements DefaultErrorHandlerProperties
Deprecated.Legacy error handler for XML DSL in camel-spring-xml/camel-blueprint
-
-
Constructor Summary
Constructors Constructor Description LegacyDefaultErrorHandlerBuilder()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LegacyDefaultErrorHandlerBuilderallowRedeliveryWhileStopping(boolean allowRedeliveryWhileStopping)Deprecated.Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.LegacyDefaultErrorHandlerBuilderasyncDelayedRedelivery()Deprecated.Will allow asynchronous delayed redeliveries.LegacyDefaultErrorHandlerBuilderbackOffMultiplier(double backOffMultiplier)Deprecated.LegacyErrorHandlerBuildercloneBuilder()Deprecated.protected voidcloneBuilder(LegacyDefaultErrorHandlerBuilder other)Deprecated.LegacyDefaultErrorHandlerBuildercollisionAvoidancePercent(double collisionAvoidancePercent)Deprecated.protected org.apache.camel.spi.CamelLoggercreateLogger()Deprecated.protected org.apache.camel.processor.errorhandler.RedeliveryPolicycreateRedeliveryPolicy()Deprecated.LegacyDefaultErrorHandlerBuilderdeadLetterHandleNewException(boolean handleNewException)Deprecated.Whether the dead letter channel should handle (and ignore) any new exception that may been thrown during sending the message to the dead letter endpoint.LegacyDefaultErrorHandlerBuilderdelayPattern(String delayPattern)Deprecated.LegacyDefaultErrorHandlerBuilderdisableRedelivery()Deprecated.LegacyDefaultErrorHandlerBuilderexchangeFormatterRef(String exchangeFormatterRef)Deprecated.LegacyDefaultErrorHandlerBuilderexecutorService(ScheduledExecutorService executorService)Deprecated.Sets the thread pool to be used for redelivery.LegacyDefaultErrorHandlerBuilderexecutorServiceRef(String ref)Deprecated.Sets a reference to a thread pool to be used for redelivery.StringgetDeadLetterUri()Deprecated.org.apache.camel.processor.errorhandler.RedeliveryPolicygetDefaultRedeliveryPolicy()Deprecated.ScheduledExecutorServicegetExecutorService()Deprecated.StringgetExecutorServiceRef()Deprecated.org.apache.camel.spi.CamelLoggergetLogger()Deprecated.org.apache.camel.ProcessorgetOnExceptionOccurred()Deprecated.StringgetOnExceptionOccurredRef()Deprecated.org.apache.camel.ProcessorgetOnPrepareFailure()Deprecated.StringgetOnPrepareFailureRef()Deprecated.org.apache.camel.ProcessorgetOnRedelivery()Deprecated.StringgetOnRedeliveryRef()Deprecated.org.apache.camel.processor.errorhandler.RedeliveryPolicygetRedeliveryPolicy()Deprecated.org.apache.camel.PredicategetRetryWhile()Deprecated.org.apache.camel.PredicategetRetryWhilePolicy(org.apache.camel.CamelContext context)Deprecated.StringgetRetryWhileRef()Deprecated.booleanhasLogger()Deprecated.booleanhasRedeliveryPolicy()Deprecated.booleanisAsyncDelayedRedelivery()Deprecated.booleanisDeadLetterHandleNewException()Deprecated.booleanisUseOriginalBody()Deprecated.booleanisUseOriginalMessage()Deprecated.LegacyDefaultErrorHandlerBuilderlog(Class<?> log)Deprecated.Sets the log used for caught exceptionsLegacyDefaultErrorHandlerBuilderlog(String log)Deprecated.Sets the log used for caught exceptionsLegacyDefaultErrorHandlerBuilderlog(org.slf4j.Logger log)Deprecated.Sets the log used for caught exceptionsLegacyDefaultErrorHandlerBuilderlogExhausted(boolean logExhausted)Deprecated.LegacyDefaultErrorHandlerBuilderlogExhaustedMessageBody(boolean logExhaustedMessageBody)Deprecated.LegacyDefaultErrorHandlerBuilderlogExhaustedMessageHistory(boolean logExhaustedMessageHistory)Deprecated.LegacyDefaultErrorHandlerBuilderlogger(org.apache.camel.spi.CamelLogger logger)Deprecated.Sets the logger used for caught exceptionsLegacyDefaultErrorHandlerBuilderloggingLevel(org.apache.camel.LoggingLevel level)Deprecated.Sets the logging level of exceptions caughtLegacyDefaultErrorHandlerBuilderlogHandled(boolean logHandled)Deprecated.LegacyDefaultErrorHandlerBuilderlogNewException(boolean logNewException)Deprecated.LegacyDefaultErrorHandlerBuilderlogRetryAttempted(boolean logRetryAttempted)Deprecated.LegacyDefaultErrorHandlerBuilderlogRetryStackTrace(boolean logRetryStackTrace)Deprecated.LegacyDefaultErrorHandlerBuilderlogStackTrace(boolean logStackTrace)Deprecated.LegacyDefaultErrorHandlerBuildermaximumRedeliveries(int maximumRedeliveries)Deprecated.LegacyDefaultErrorHandlerBuildermaximumRedeliveryDelay(long maximumRedeliveryDelay)Deprecated.LegacyDefaultErrorHandlerBuilderonExceptionOccurred(org.apache.camel.Processor processor)Deprecated.Sets a customProcessorto process theExchangejust after an exception was thrown.LegacyDefaultErrorHandlerBuilderonExceptionOccurredRef(String onExceptionOccurredRef)Deprecated.Sets a reference for the processor to use just after an exception was thrown.LegacyDefaultErrorHandlerBuilderonPrepareFailure(org.apache.camel.Processor processor)Deprecated.Sets a customProcessorto prepare theExchangebefore handled by the failure processor / dead letter channel.LegacyDefaultErrorHandlerBuilderonPrepareFailureRef(String onPrepareFailureRef)Deprecated.Sets a reference for the processor to use before handled by the failure processor.LegacyDefaultErrorHandlerBuilderonRedelivery(org.apache.camel.Processor processor)Deprecated.Sets a processor that should be processed before a redelivery attempt.LegacyDefaultErrorHandlerBuilderonRedeliveryRef(String onRedeliveryRef)Deprecated.Sets a reference for the processor to use before a redelivery attempt.LegacyDefaultErrorHandlerBuilderredeliveryDelay(long delay)Deprecated.LegacyDefaultErrorHandlerBuilderretriesExhaustedLogLevel(org.apache.camel.LoggingLevel retriesExhaustedLogLevel)Deprecated.LegacyDefaultErrorHandlerBuilderretryAttemptedLogInterval(int retryAttemptedLogInterval)Deprecated.LegacyDefaultErrorHandlerBuilderretryAttemptedLogLevel(org.apache.camel.LoggingLevel retryAttemptedLogLevel)Deprecated.LegacyDefaultErrorHandlerBuilderretryWhile(org.apache.camel.Expression retryWhile)Deprecated.Sets the retry while expression.LegacyDefaultErrorHandlerBuilderretryWhileRef(String retryWhileRef)Deprecated.voidsetAsyncDelayedRedelivery(boolean asyncDelayedRedelivery)Deprecated.voidsetDeadLetterHandleNewException(boolean deadLetterHandleNewException)Deprecated.voidsetDeadLetterUri(String deadLetterUri)Deprecated.voidsetExecutorService(ScheduledExecutorService executorService)Deprecated.voidsetExecutorServiceRef(String executorServiceRef)Deprecated.voidsetLogger(org.apache.camel.spi.CamelLogger logger)Deprecated.voidsetOnExceptionOccurred(org.apache.camel.Processor onExceptionOccurred)Deprecated.voidsetOnExceptionOccurredRef(String onExceptionOccurredRef)Deprecated.voidsetOnPrepareFailure(org.apache.camel.Processor onPrepareFailure)Deprecated.voidsetOnPrepareFailureRef(String onPrepareFailureRef)Deprecated.voidsetOnRedelivery(org.apache.camel.Processor onRedelivery)Deprecated.voidsetOnRedeliveryRef(String onRedeliveryRef)Deprecated.voidsetRedeliveryPolicy(org.apache.camel.processor.errorhandler.RedeliveryPolicy redeliveryPolicy)Deprecated.Sets the redelivery policyvoidsetRetryWhile(org.apache.camel.Predicate retryWhile)Deprecated.voidsetRetryWhileRef(String retryWhileRef)Deprecated.voidsetUseOriginalBody(boolean useOriginalBody)Deprecated.voidsetUseOriginalMessage(boolean useOriginalMessage)Deprecated.booleansupportTransacted()Deprecated.StringtoString()Deprecated.LegacyDefaultErrorHandlerBuilderuseCollisionAvoidance()Deprecated.LegacyDefaultErrorHandlerBuilderuseExponentialBackOff()Deprecated.LegacyDefaultErrorHandlerBuilderuseOriginalBody()Deprecated.Will use the original inputMessagebody (original body only) when anExchangeis moved to the dead letter queue.LegacyDefaultErrorHandlerBuilderuseOriginalMessage()Deprecated.Will use the original inputMessage(original body and headers) when anExchangeis moved to the dead letter queue.
-
-
-
Method Detail
-
supportTransacted
public boolean supportTransacted()
Deprecated.- Specified by:
supportTransactedin interfaceorg.apache.camel.ErrorHandlerFactory- Overrides:
supportTransactedin classLegacyErrorHandlerBuilderSupport
-
cloneBuilder
public LegacyErrorHandlerBuilder cloneBuilder()
Deprecated.- Specified by:
cloneBuilderin interfaceorg.apache.camel.ErrorHandlerFactory
-
cloneBuilder
protected void cloneBuilder(LegacyDefaultErrorHandlerBuilder other)
Deprecated.
-
backOffMultiplier
public LegacyDefaultErrorHandlerBuilder backOffMultiplier(double backOffMultiplier)
Deprecated.
-
collisionAvoidancePercent
public LegacyDefaultErrorHandlerBuilder collisionAvoidancePercent(double collisionAvoidancePercent)
Deprecated.
-
redeliveryDelay
public LegacyDefaultErrorHandlerBuilder redeliveryDelay(long delay)
Deprecated.
-
delayPattern
public LegacyDefaultErrorHandlerBuilder delayPattern(String delayPattern)
Deprecated.
-
maximumRedeliveries
public LegacyDefaultErrorHandlerBuilder maximumRedeliveries(int maximumRedeliveries)
Deprecated.
-
disableRedelivery
public LegacyDefaultErrorHandlerBuilder disableRedelivery()
Deprecated.
-
maximumRedeliveryDelay
public LegacyDefaultErrorHandlerBuilder maximumRedeliveryDelay(long maximumRedeliveryDelay)
Deprecated.
-
useCollisionAvoidance
public LegacyDefaultErrorHandlerBuilder useCollisionAvoidance()
Deprecated.
-
useExponentialBackOff
public LegacyDefaultErrorHandlerBuilder useExponentialBackOff()
Deprecated.
-
retriesExhaustedLogLevel
public LegacyDefaultErrorHandlerBuilder retriesExhaustedLogLevel(org.apache.camel.LoggingLevel retriesExhaustedLogLevel)
Deprecated.
-
retryAttemptedLogLevel
public LegacyDefaultErrorHandlerBuilder retryAttemptedLogLevel(org.apache.camel.LoggingLevel retryAttemptedLogLevel)
Deprecated.
-
retryAttemptedLogInterval
public LegacyDefaultErrorHandlerBuilder retryAttemptedLogInterval(int retryAttemptedLogInterval)
Deprecated.
-
logStackTrace
public LegacyDefaultErrorHandlerBuilder logStackTrace(boolean logStackTrace)
Deprecated.
-
logRetryStackTrace
public LegacyDefaultErrorHandlerBuilder logRetryStackTrace(boolean logRetryStackTrace)
Deprecated.
-
logHandled
public LegacyDefaultErrorHandlerBuilder logHandled(boolean logHandled)
Deprecated.
-
logNewException
public LegacyDefaultErrorHandlerBuilder logNewException(boolean logNewException)
Deprecated.
-
logExhausted
public LegacyDefaultErrorHandlerBuilder logExhausted(boolean logExhausted)
Deprecated.
-
logRetryAttempted
public LegacyDefaultErrorHandlerBuilder logRetryAttempted(boolean logRetryAttempted)
Deprecated.
-
logExhaustedMessageHistory
public LegacyDefaultErrorHandlerBuilder logExhaustedMessageHistory(boolean logExhaustedMessageHistory)
Deprecated.
-
logExhaustedMessageBody
public LegacyDefaultErrorHandlerBuilder logExhaustedMessageBody(boolean logExhaustedMessageBody)
Deprecated.
-
exchangeFormatterRef
public LegacyDefaultErrorHandlerBuilder exchangeFormatterRef(String exchangeFormatterRef)
Deprecated.
-
asyncDelayedRedelivery
public LegacyDefaultErrorHandlerBuilder asyncDelayedRedelivery()
Deprecated.Will allow asynchronous delayed redeliveries. The route, in particular the consumer's component, must support the Asynchronous Routing Engine (e.g. seda)- Returns:
- the builder
- See Also:
RedeliveryPolicy.setAsyncDelayedRedelivery(boolean)
-
allowRedeliveryWhileStopping
public LegacyDefaultErrorHandlerBuilder allowRedeliveryWhileStopping(boolean allowRedeliveryWhileStopping)
Deprecated.Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.- Parameters:
allowRedeliveryWhileStopping- true to allow redelivery, false to reject redeliveries- Returns:
- the builder
-
executorService
public LegacyDefaultErrorHandlerBuilder executorService(ScheduledExecutorService executorService)
Deprecated.Sets the thread pool to be used for redelivery.- Parameters:
executorService- the scheduled thread pool to use- Returns:
- the builder.
-
executorServiceRef
public LegacyDefaultErrorHandlerBuilder executorServiceRef(String ref)
Deprecated.Sets a reference to a thread pool to be used for redelivery.- Parameters:
ref- reference to a scheduled thread pool- Returns:
- the builder.
-
logger
public LegacyDefaultErrorHandlerBuilder logger(org.apache.camel.spi.CamelLogger logger)
Deprecated.Sets the logger used for caught exceptions- Parameters:
logger- the logger- Returns:
- the builder
-
loggingLevel
public LegacyDefaultErrorHandlerBuilder loggingLevel(org.apache.camel.LoggingLevel level)
Deprecated.Sets the logging level of exceptions caught- Parameters:
level- the logging level- Returns:
- the builder
-
log
public LegacyDefaultErrorHandlerBuilder log(org.slf4j.Logger log)
Deprecated.Sets the log used for caught exceptions- Parameters:
log- the logger- Returns:
- the builder
-
log
public LegacyDefaultErrorHandlerBuilder log(String log)
Deprecated.Sets the log used for caught exceptions- Parameters:
log- the log name- Returns:
- the builder
-
log
public LegacyDefaultErrorHandlerBuilder log(Class<?> log)
Deprecated.Sets the log used for caught exceptions- Parameters:
log- the log class- Returns:
- the builder
-
onRedelivery
public LegacyDefaultErrorHandlerBuilder onRedelivery(org.apache.camel.Processor processor)
Deprecated.Sets a processor that should be processed before a redelivery attempt. Can be used to change theExchangebefore its being redelivered.- Parameters:
processor- the processor- Returns:
- the builder
-
onRedeliveryRef
public LegacyDefaultErrorHandlerBuilder onRedeliveryRef(String onRedeliveryRef)
Deprecated.Sets a reference for the processor to use before a redelivery attempt.- Parameters:
onRedeliveryRef- the processor's reference- Returns:
- the builder
- See Also:
onRedelivery(Processor)
-
retryWhile
public LegacyDefaultErrorHandlerBuilder retryWhile(org.apache.camel.Expression retryWhile)
Deprecated.Sets the retry while expression. Will continue retrying until expression evaluates to false.- Parameters:
retryWhile- expression that determines when to stop retrying- Returns:
- the builder
-
retryWhileRef
public LegacyDefaultErrorHandlerBuilder retryWhileRef(String retryWhileRef)
Deprecated.
-
useOriginalMessage
public LegacyDefaultErrorHandlerBuilder useOriginalMessage()
Deprecated.Will use the original inputMessage(original body and headers) when anExchangeis moved to the dead letter queue. Notice: this only applies when all redeliveries attempt have failed and theExchangeis doomed for failure.
Instead of using the current inprogressExchangeIN message we use the original IN message instead. This allows you to store the original input in the dead letter queue instead of the inprogress snapshot of the IN message. For instance if you route transform the IN body during routing and then failed. With the original exchange store in the dead letter queue it might be easier to manually re submit theExchangeagain as the IN message is the same as when Camel received it. So you should be able to send theExchangeto the same input. The difference between useOriginalMessage and useOriginalBody is that the former includes both the original body and headers, where as the latter only includes the original body. You can use the latter to enrich the message with custom headers and include the original message body. The former wont let you do this, as its using the original message body and headers as they are. You cannot enable both useOriginalMessage and useOriginalBody. Important: The original input means the input message that are bounded by the currentUnitOfWork. An unit of work typically spans one route, or multiple routes if they are connected using internal endpoints such as direct or seda. When messages is passed via external endpoints such as JMS or HTTP then the consumer will create a new unit of work, with the message it received as input as the original input. Also some EIP patterns such as splitter, multicast, will create a new unit of work boundary for the messages in their sub-route (eg the split message); however these EIPs have an option named shareUnitOfWork which allows to combine with the parent unit of work in regard to error handling and therefore use the parent original message. By default this feature is off.- Returns:
- the builder
- See Also:
useOriginalBody()
-
useOriginalBody
public LegacyDefaultErrorHandlerBuilder useOriginalBody()
Deprecated.Will use the original inputMessagebody (original body only) when anExchangeis moved to the dead letter queue. Notice: this only applies when all redeliveries attempt have failed and theExchangeis doomed for failure.
Instead of using the current inprogressExchangeIN message we use the original IN message instead. This allows you to store the original input in the dead letter queue instead of the inprogress snapshot of the IN message. For instance if you route transform the IN body during routing and then failed. With the original exchange store in the dead letter queue it might be easier to manually re submit theExchangeagain as the IN message is the same as when Camel received it. So you should be able to send theExchangeto the same input. The difference between useOriginalMessage and useOriginalBody is that the former includes both the original body and headers, where as the latter only includes the original body. You can use the latter to enrich the message with custom headers and include the original message body. The former wont let you do this, as its using the original message body and headers as they are. You cannot enable both useOriginalMessage and useOriginalBody. Important: The original input means the input message that are bounded by the currentUnitOfWork. An unit of work typically spans one route, or multiple routes if they are connected using internal endpoints such as direct or seda. When messages is passed via external endpoints such as JMS or HTTP then the consumer will create a new unit of work, with the message it received as input as the original input. Also some EIP patterns such as splitter, multicast, will create a new unit of work boundary for the messages in their sub-route (eg the split message); however these EIPs have an option named shareUnitOfWork which allows to combine with the parent unit of work in regard to error handling and therefore use the parent original message. By default this feature is off.- Returns:
- the builder
- See Also:
useOriginalMessage()
-
deadLetterHandleNewException
public LegacyDefaultErrorHandlerBuilder deadLetterHandleNewException(boolean handleNewException)
Deprecated.Whether the dead letter channel should handle (and ignore) any new exception that may been thrown during sending the message to the dead letter endpoint. The default value is true which means any such kind of exception is handled and ignored. Set this to false to let the exception be propagated back on theExchange. This can be used in situations where you use transactions, and want to use Camel's dead letter channel to deal with exceptions during routing, but if the dead letter channel itself fails because of a new exception being thrown, then by setting this to false the new exceptions is propagated back and set on theExchange, which allows the transaction to detect the exception, and rollback.- Parameters:
handleNewException- true to handle (and ignore), false to catch and propagated the exception on theExchange- Returns:
- the builder
-
onPrepareFailure
public LegacyDefaultErrorHandlerBuilder onPrepareFailure(org.apache.camel.Processor processor)
Deprecated.Sets a customProcessorto prepare theExchangebefore handled by the failure processor / dead letter channel. This allows for example to enrich the message before sending to a dead letter queue.- Parameters:
processor- the processor- Returns:
- the builder
-
onPrepareFailureRef
public LegacyDefaultErrorHandlerBuilder onPrepareFailureRef(String onPrepareFailureRef)
Deprecated.Sets a reference for the processor to use before handled by the failure processor.- Parameters:
onPrepareFailureRef- the processor's reference- Returns:
- the builder
- See Also:
onPrepareFailure(Processor)
-
onExceptionOccurred
public LegacyDefaultErrorHandlerBuilder onExceptionOccurred(org.apache.camel.Processor processor)
Deprecated.Sets a customProcessorto process theExchangejust after an exception was thrown. This allows to execute the processor at the same time the exception was thrown. Important: Any exception thrown from this processor will be ignored.- Parameters:
processor- the processor- Returns:
- the builder
-
onExceptionOccurredRef
public LegacyDefaultErrorHandlerBuilder onExceptionOccurredRef(String onExceptionOccurredRef)
Deprecated.Sets a reference for the processor to use just after an exception was thrown.- Parameters:
onExceptionOccurredRef- the processor's reference- Returns:
- the builder
- See Also:
onExceptionOccurred(Processor)
-
hasRedeliveryPolicy
public boolean hasRedeliveryPolicy()
Deprecated.- Specified by:
hasRedeliveryPolicyin interfaceDefaultErrorHandlerProperties
-
getDefaultRedeliveryPolicy
public org.apache.camel.processor.errorhandler.RedeliveryPolicy getDefaultRedeliveryPolicy()
Deprecated.- Specified by:
getDefaultRedeliveryPolicyin interfaceDefaultErrorHandlerProperties
-
getRedeliveryPolicy
public org.apache.camel.processor.errorhandler.RedeliveryPolicy getRedeliveryPolicy()
Deprecated.- Specified by:
getRedeliveryPolicyin interfaceDefaultErrorHandlerProperties
-
setRedeliveryPolicy
public void setRedeliveryPolicy(org.apache.camel.processor.errorhandler.RedeliveryPolicy redeliveryPolicy)
Deprecated.Sets the redelivery policy- Specified by:
setRedeliveryPolicyin interfaceDefaultErrorHandlerProperties
-
hasLogger
public boolean hasLogger()
Deprecated.- Specified by:
hasLoggerin interfaceDefaultErrorHandlerProperties
-
getLogger
public org.apache.camel.spi.CamelLogger getLogger()
Deprecated.- Specified by:
getLoggerin interfaceDefaultErrorHandlerProperties
-
setLogger
public void setLogger(org.apache.camel.spi.CamelLogger logger)
Deprecated.- Specified by:
setLoggerin interfaceDefaultErrorHandlerProperties
-
getOnRedelivery
public org.apache.camel.Processor getOnRedelivery()
Deprecated.- Specified by:
getOnRedeliveryin interfaceDefaultErrorHandlerProperties
-
setOnRedelivery
public void setOnRedelivery(org.apache.camel.Processor onRedelivery)
Deprecated.- Specified by:
setOnRedeliveryin interfaceDefaultErrorHandlerProperties
-
getOnRedeliveryRef
public String getOnRedeliveryRef()
Deprecated.- Specified by:
getOnRedeliveryRefin interfaceDefaultErrorHandlerProperties
-
setOnRedeliveryRef
public void setOnRedeliveryRef(String onRedeliveryRef)
Deprecated.- Specified by:
setOnRedeliveryRefin interfaceDefaultErrorHandlerProperties
-
getRetryWhilePolicy
public org.apache.camel.Predicate getRetryWhilePolicy(org.apache.camel.CamelContext context)
Deprecated.
-
getRetryWhile
public org.apache.camel.Predicate getRetryWhile()
Deprecated.- Specified by:
getRetryWhilein interfaceDefaultErrorHandlerProperties
-
setRetryWhile
public void setRetryWhile(org.apache.camel.Predicate retryWhile)
Deprecated.- Specified by:
setRetryWhilein interfaceDefaultErrorHandlerProperties
-
getRetryWhileRef
public String getRetryWhileRef()
Deprecated.- Specified by:
getRetryWhileRefin interfaceDefaultErrorHandlerProperties
-
setRetryWhileRef
public void setRetryWhileRef(String retryWhileRef)
Deprecated.- Specified by:
setRetryWhileRefin interfaceDefaultErrorHandlerProperties
-
getDeadLetterUri
public String getDeadLetterUri()
Deprecated.- Specified by:
getDeadLetterUriin interfaceDefaultErrorHandlerProperties
-
setDeadLetterUri
public void setDeadLetterUri(String deadLetterUri)
Deprecated.- Specified by:
setDeadLetterUriin interfaceDefaultErrorHandlerProperties
-
isDeadLetterHandleNewException
public boolean isDeadLetterHandleNewException()
Deprecated.- Specified by:
isDeadLetterHandleNewExceptionin interfaceDefaultErrorHandlerProperties
-
setDeadLetterHandleNewException
public void setDeadLetterHandleNewException(boolean deadLetterHandleNewException)
Deprecated.- Specified by:
setDeadLetterHandleNewExceptionin interfaceDefaultErrorHandlerProperties
-
isUseOriginalMessage
public boolean isUseOriginalMessage()
Deprecated.- Specified by:
isUseOriginalMessagein interfaceDefaultErrorHandlerProperties
-
setUseOriginalMessage
public void setUseOriginalMessage(boolean useOriginalMessage)
Deprecated.- Specified by:
setUseOriginalMessagein interfaceDefaultErrorHandlerProperties
-
isUseOriginalBody
public boolean isUseOriginalBody()
Deprecated.- Specified by:
isUseOriginalBodyin interfaceDefaultErrorHandlerProperties
-
setUseOriginalBody
public void setUseOriginalBody(boolean useOriginalBody)
Deprecated.- Specified by:
setUseOriginalBodyin interfaceDefaultErrorHandlerProperties
-
isAsyncDelayedRedelivery
public boolean isAsyncDelayedRedelivery()
Deprecated.- Specified by:
isAsyncDelayedRedeliveryin interfaceDefaultErrorHandlerProperties
-
setAsyncDelayedRedelivery
public void setAsyncDelayedRedelivery(boolean asyncDelayedRedelivery)
Deprecated.- Specified by:
setAsyncDelayedRedeliveryin interfaceDefaultErrorHandlerProperties
-
getExecutorService
public ScheduledExecutorService getExecutorService()
Deprecated.- Specified by:
getExecutorServicein interfaceDefaultErrorHandlerProperties
-
setExecutorService
public void setExecutorService(ScheduledExecutorService executorService)
Deprecated.- Specified by:
setExecutorServicein interfaceDefaultErrorHandlerProperties
-
getExecutorServiceRef
public String getExecutorServiceRef()
Deprecated.- Specified by:
getExecutorServiceRefin interfaceDefaultErrorHandlerProperties
-
setExecutorServiceRef
public void setExecutorServiceRef(String executorServiceRef)
Deprecated.- Specified by:
setExecutorServiceRefin interfaceDefaultErrorHandlerProperties
-
getOnPrepareFailure
public org.apache.camel.Processor getOnPrepareFailure()
Deprecated.- Specified by:
getOnPrepareFailurein interfaceDefaultErrorHandlerProperties
-
setOnPrepareFailure
public void setOnPrepareFailure(org.apache.camel.Processor onPrepareFailure)
Deprecated.- Specified by:
setOnPrepareFailurein interfaceDefaultErrorHandlerProperties
-
getOnPrepareFailureRef
public String getOnPrepareFailureRef()
Deprecated.- Specified by:
getOnPrepareFailureRefin interfaceDefaultErrorHandlerProperties
-
setOnPrepareFailureRef
public void setOnPrepareFailureRef(String onPrepareFailureRef)
Deprecated.- Specified by:
setOnPrepareFailureRefin interfaceDefaultErrorHandlerProperties
-
getOnExceptionOccurred
public org.apache.camel.Processor getOnExceptionOccurred()
Deprecated.- Specified by:
getOnExceptionOccurredin interfaceDefaultErrorHandlerProperties
-
setOnExceptionOccurred
public void setOnExceptionOccurred(org.apache.camel.Processor onExceptionOccurred)
Deprecated.- Specified by:
setOnExceptionOccurredin interfaceDefaultErrorHandlerProperties
-
getOnExceptionOccurredRef
public String getOnExceptionOccurredRef()
Deprecated.- Specified by:
getOnExceptionOccurredRefin interfaceDefaultErrorHandlerProperties
-
setOnExceptionOccurredRef
public void setOnExceptionOccurredRef(String onExceptionOccurredRef)
Deprecated.- Specified by:
setOnExceptionOccurredRefin interfaceDefaultErrorHandlerProperties
-
createRedeliveryPolicy
protected org.apache.camel.processor.errorhandler.RedeliveryPolicy createRedeliveryPolicy()
Deprecated.
-
createLogger
protected org.apache.camel.spi.CamelLogger createLogger()
Deprecated.
-
-