Enum SequenceAbortReason
The possible reasons for a sequence to be aborted.
Namespace: Silverback.Messaging.Sequences
Assembly: Silverback.Integration.dll
Syntax
public enum SequenceAbortReason
Fields
Name | Description |
---|---|
ConsumerAborted | The consumer aborted the sequence because it is disconnecting (or rebalancing). |
Disposing | The sequence is being disposed before it could complete. |
EnumerationAborted | The subscriber prematurely exited the enumeration loop. |
Error | The sequence was aborted because of an exception thrown either by the consumer pipeline or the subscriber. |
IncompleteSequence | The sequence was incomplete. |
None | The sequence isn't aborted. |