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
envelopeIOutboundEnvelopeThe envelope containing the message to be enriched.