Table of Contents

Class RejectResult

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

Represents the result of a message that could not be handled. When a message is rejected, it is preserved and requires developer intervention.

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

Constructors

RejectResult(CarrotError?)

Represents the result of a message that could not be handled. When a message is rejected, it is preserved and requires developer intervention.

public RejectResult(CarrotError? carrotError = null)

Parameters

carrotError CarrotError

Properties

DeliveryStatus

public DeliveryStatus DeliveryStatus { get; }

Property Value

DeliveryStatus

Response

public CarrotResponse Response { get; }

Property Value

CarrotResponse