Class IncompleteSequence
- Namespace
- Silverback.Messaging.Sequences
- Assembly
- Silverback.Integration.dll
Represent an incomplete sequence (missing the first message) and is used to signal the pipeline to ignore the message.
public class IncompleteSequence : RawSequence, ISequence, IDisposable
- Inheritance
-
IncompleteSequence
- Implements
- Inherited Members
Constructors
IncompleteSequence(string, ConsumerPipelineContext)
Initializes a new instance of the IncompleteSequence class.
public IncompleteSequence(string sequenceId, ConsumerPipelineContext context)
Parameters
sequenceIdstringThe identifier that is used to match the consumed messages with their belonging sequence.
contextConsumerPipelineContextThe current ConsumerPipelineContext, assuming that it will be the one from which the sequence gets published via the message bus.