Table of Contents

Class OkResult

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

Represents the result of a successfully handled message.

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

Constructors

OkResult(object?)

Represents the result of a successfully handled message.

public OkResult(object? response = null)

Parameters

response object

Properties

DeliveryStatus

public DeliveryStatus DeliveryStatus { get; }

Property Value

DeliveryStatus

Response

public CarrotResponse Response { get; }

Property Value

CarrotResponse