Table of Contents

Interface IOutboundMessageEnricher

Namespace
Silverback.Messaging.Producing.Enrichers
Assembly
Silverback.Integration.dll

Enriches the outbound message (e.g. adding custom headers).

public interface IOutboundMessageEnricher

Methods

Enrich(IOutboundEnvelope)

Enriches the specified message.

void Enrich(IOutboundEnvelope envelope)

Parameters

envelope IOutboundEnvelope

The envelope containing the message to be enriched.