Namespace Silverback.Messaging.Inbound.ErrorHandling
Classes
ErrorPolicyBase
Builds the error policy.
ErrorPolicyChain
A chain of error policies to be sequentially applied.
ErrorPolicyImplementation
An error policy is used to handle errors that may occur while processing the inbound messages.
MoveMessageErrorPolicy
This policy moves the message that failed to be processed to the configured endpoint.
RetryErrorPolicy
This policy retries to process the message that previously failed to be to processed. An optional delay can be specified.
RetryableErrorPolicyBase
Builds an error policy that can be applied multiple times to the same message (e.g. RetryErrorPolicy or MoveMessageErrorPolicy).
SkipMessageErrorPolicy
This policy skips the message that failed to be processed.
StopConsumerErrorPolicy
This is the default policy and it stops the consumer when an exception is thrown during the message processing.
Interfaces
IErrorPolicy
An error policy is used to handle errors that may occur while processing the inbound messages.
IErrorPolicyImplementation
An error policy is used to handle errors that may occur while processing the inbound messages.