Class RejectAndDontRequeueRecoverer
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class RejectAndDontRequeueRecoverer : IMessageRecoverer, IRecoveryCallback
- Inheritance
-
RejectAndDontRequeueRecoverer
- Implements
- Inherited Members
Methods
Recover(IRetryContext)
The callback that is issued
public object Recover(IRetryContext context)
Parameters
contextIRetryContextthe 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)