Interface IOutboundMessageEnricher
Enriches the outbound message (e.g. adding custom headers).
Namespace: Silverback.Messaging.Outbound.Enrichers
Assembly: Silverback.Integration.dll
Syntax
public interface IOutboundMessageEnricher
Methods
| Improve this doc View sourceEnrich(IOutboundEnvelope)
Enriches the specified message.
Declaration
void Enrich(IOutboundEnvelope envelope)
Parameters
Type | Name | Description |
---|---|---|
IOutboundEnvelope | envelope | The envelope containing the message to be enriched. |