Namespace CarrotMQ.Core.Handlers.HandlerResults
Classes
- ErrorResult
Represents that an error occured during a request that expects a response. The message will not be retried and the response contains information about the error (e.g. the message represented an invalid command)
- HandlerResultExtensions
Extension methods for IHandlerResult.
- OkResult
Represents the result of a successfully handled message.
- RejectResult
Represents the result of a message that could not be handled. When a message is rejected, it is preserved and requires developer intervention.
- RetryResult
Represents the result of handler that encountered a transient issue. The message is put back on the queue to be retried later.
Interfaces
- IHandlerResult
Represents the result of handling a message.