Class IncompleteSequence
Represent an incomplete sequence (missing the first message) and is used to signal the pipeline to ignore the message.
Inherited Members
Namespace: Silverback.Messaging.Sequences
Assembly: Silverback.Integration.dll
Syntax
public class IncompleteSequence : RawSequence, ISequence, IDisposable
Constructors
| Improve this doc View sourceIncompleteSequence(string, ConsumerPipelineContext)
Initializes a new instance of the IncompleteSequence class.
Declaration
public IncompleteSequence(string sequenceId, ConsumerPipelineContext context)
Parameters
Type | Name | Description |
---|---|---|
string | sequenceId | The identifier that is used to match the consumed messages with their belonging sequence. |
ConsumerPipelineContext | context | The current ConsumerPipelineContext, assuming that it will be the one from which the sequence gets published to the internal bus. |