Table of Contents

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

sequenceId string

The identifier that is used to match the consumed messages with their belonging sequence.

context ConsumerPipelineContext

The current ConsumerPipelineContext, assuming that it will be the one from which the sequence gets published via the message bus.