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
carrotErrorCarrotError
Properties
DeliveryStatus
public DeliveryStatus DeliveryStatus { get; }
Property Value
Response
public CarrotResponse Response { get; }