Class IncompleteSequence
Represent an incomplete sequence (missing the first message) and is used to signal the pipeline to ignore the message.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.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. |
Implements
System.IDisposable