Interface MessageRecoverer
- All Known Subinterfaces:
MessageBatchRecoverer
- All Known Implementing Classes:
ImmediateRequeueMessageRecoverer
,RejectAndDontRequeueRecoverer
,RepublishMessageRecoverer
,RepublishMessageRecovererWithConfirms
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Dave Syer, Gary Russell
-
Method Summary
-
Method Details
-
recover
Callback for message that was consumed but failed all retry attempts.- Parameters:
message
- the message to recovercause
- the cause of the error
-