Class ErrorHandlingStrategyExecutor


  • public class ErrorHandlingStrategyExecutor
    extends Object
    Executes iterative task error handling strategy. The strategy consists of a set of _entries_, which are evaluated against specific error that has occurred. Each entry contains a description of _situation(s)_ and appropriate _reaction_. The main determineAction(OperationResultStatus, Throwable, String, OperationResult) method must be thread safe.