Interface FatalExceptionStrategy

All Superinterfaces:
org.springframework.amqp.listener.FatalExceptionStrategy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(forRemoval=true, since="4.1") @FunctionalInterface public interface FatalExceptionStrategy extends org.springframework.amqp.listener.FatalExceptionStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of FatalExceptionStrategy
A strategy interface for the ConditionalRejectingErrorHandler to decide whether an exception should be considered to be fatal and the message should not be requeued.
Since:
1.3.2
  • Method Summary

    Methods inherited from interface org.springframework.amqp.listener.FatalExceptionStrategy

    isFatal