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