Table of Contents

Interface IChunkEnricher

Namespace
Silverback.Messaging.Sequences.Chunking
Assembly
Silverback.Integration.dll

Enriches the produced chunks adding some additional broker-specific headers.

public interface IChunkEnricher

Methods

GetFirstChunkMessageHeader(IOutboundEnvelope)

Gets an optional header to be appended to each chunk, pointing to the first message in the sequence.

MessageHeader? GetFirstChunkMessageHeader(IOutboundEnvelope envelope)

Parameters

envelope IOutboundEnvelope

The envelope containing the first chunk.

Returns

MessageHeader

An optional header to be appended to all subsequent chunks.