Class ChunkSequenceWriter
Creates the chunks sequence according to the ChunkSettings.
Inheritance
System.Object
ChunkSequenceWriter
Implements
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.Chunking
Assembly: Silverback.Integration.dll
Syntax
public class ChunkSequenceWriter : ISequenceWriter
Methods
| Improve this doc View sourceCanHandle(IOutboundEnvelope)
Declaration
public bool CanHandle(IOutboundEnvelope envelope)
Parameters
Type | Name | Description |
---|---|---|
IOutboundEnvelope | envelope |
Returns
Type | Description |
---|---|
System.Boolean |
ProcessMessageAsync(IOutboundEnvelope)
Declaration
public async IAsyncEnumerable<IOutboundEnvelope> ProcessMessageAsync(IOutboundEnvelope envelope)
Parameters
Type | Name | Description |
---|---|---|
IOutboundEnvelope | envelope |
Returns
Type | Description |
---|---|
System.Collections.Generic.IAsyncEnumerable<IOutboundEnvelope> |