Class RejectAndDontRequeueRecoverer
public class RejectAndDontRequeueRecoverer : IMessageRecoverer, IRecoveryCallback
- Inheritance
-
RejectAndDontRequeueRecoverer
- Implements
- Inherited Members
Methods
Recover(IRetryContext)
The callback that is issued
public object Recover(IRetryContext context)
Parameters
context
IRetryContextthe current retry context
Returns
- object
an object that can be used to replace the callback result that failed
Recover(IMessage, Exception)
public void Recover(IMessage message, Exception exception)