Interface IHandlerResult
- Namespace
- CarrotMQ.Core.Handlers.HandlerResults
- Assembly
- CarrotMQ.Core.dll
Represents the result of handling a message.
public interface IHandlerResult
- Extension Methods
Properties
DeliveryStatus
DeliveryStatus DeliveryStatus { get; }
Property Value
Response
CarrotResponse Response { get; }