Enum MailboxErrorPolicy
- Namespace
- PatternKit.Messaging.Mailboxes
- Assembly
- PatternKit.Core.dll
Defines how a mailbox reacts when the handler throws.
public enum MailboxErrorPolicy
Fields
Continue = 1Continues processing later queued messages after a handler failure.
Stop = 0Stops accepting new messages after a handler failure.