Interface FatalExceptionStrategy
-
- All Known Implementing Classes:
ConditionalRejectingErrorHandler.DefaultExceptionStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface FatalExceptionStrategy
A strategy interface for theConditionalRejectingErrorHandler
to decide whether an exception should be considered to be fatal and the message should not be requeued.- Since:
- 1.3.2
- Author:
- Gary Russell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFatal(Throwable t)
-
-
-
Method Detail
-
isFatal
boolean isFatal(Throwable t)
-
-