Namespace Silverback.Messaging.Inbound.ErrorHandling
Classes
ErrorPolicyBase
Builds the error policy.
ErrorPolicyChain
A chain of error policies to be sequentially applied.
ErrorPolicyImplementation
MoveMessageErrorPolicy
This policy moves the message that failed to be processed to the configured endpoint.
RetryableErrorPolicyBase
Builds an error policy that can be applied multiple times to the same message (e.g. RetryErrorPolicy or MoveMessageErrorPolicy).
RetryErrorPolicy
This policy retries to process the message that previously failed to be to processed. An optional delay can be specified.
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.