Table of Contents

Class RetryResult

Namespace
CarrotMQ.Core.Handlers.HandlerResults
Assembly
CarrotMQ.Core.dll

Represents the result of handler that encountered a transient issue. The message is put back on the queue to be retried later.

public class RetryResult : IHandlerResult
Inheritance
RetryResult
Implements
Inherited Members
Extension Methods

Remarks

It is recommended to delay before returning a retry.

Constructors

RetryResult(CarrotError?)

Represents the result of handler that encountered a transient issue. The message is put back on the queue to be retried later.

public RetryResult(CarrotError? error = null)

Parameters

error CarrotError

Remarks

It is recommended to delay before returning a retry.

Properties

DeliveryStatus

public DeliveryStatus DeliveryStatus { get; }

Property Value

DeliveryStatus

Response

public CarrotResponse Response { get; }

Property Value

CarrotResponse