Table of Contents

Enum SequenceAbortReason

Namespace
Silverback.Messaging.Sequences
Assembly
Silverback.Integration.dll

The possible reasons for a sequence to be aborted.

public enum SequenceAbortReason

Fields

ConsumerAborted = 3

The consumer aborted the sequence because it is disconnecting (or rebalancing).

Disposing = 4

The sequence is being disposed before it could complete.

EnumerationAborted = 1

The subscriber prematurely exited the enumeration loop.

Error = 5

The sequence was aborted because of an exception thrown either by the consumer pipeline or the subscriber.

IncompleteSequence = 2

The sequence was incomplete.

None = 0

The sequence isn't aborted.