Class RawSequence
Inheritance
System.Object
RawSequence
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 abstract class RawSequence : SequenceBase<IRawInboundEnvelope>, ISequence, IDisposable
Constructors
| Improve this doc View sourceRawSequence(String, ConsumerPipelineContext, Boolean, Nullable<TimeSpan>, IMessageStreamProvider)
Initializes a new instance of the RawSequence class.
Declaration
protected RawSequence(string sequenceId, ConsumerPipelineContext context, bool enforceTimeout = true, TimeSpan? timeout = null, IMessageStreamProvider streamProvider = null)
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. |
System.Boolean | enforceTimeout | A value indicating whether the timeout has to be enforced. |
System.Nullable<System.TimeSpan> | timeout | The timeout to be applied. If not specified the value of |
IMessageStreamProvider | streamProvider | The IMessageStreamProvider to be pushed. A new one will be created if not provided. |
Implements
System.IDisposable