Table of Contents

Class RejectAndDontRequeueRecoverer

Namespace
Steeltoe.Messaging.RabbitMQ.Retry
Assembly
Steeltoe.Messaging.RabbitMQ.dll
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 IRetryContext

the 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)

Parameters

message IMessage
exception Exception