Interface IMovePolicyMessageEnricher
Enriches the outbound message being moved.
Namespace: Silverback.Messaging.Outbound.Enrichers
Assembly: Silverback.Integration.dll
Syntax
public interface IMovePolicyMessageEnricher
Methods
| Improve this doc View sourceEnrich(IRawInboundEnvelope, IOutboundEnvelope, Exception)
Enriches the specified message.
Declaration
void Enrich(IRawInboundEnvelope inboundEnvelope, IOutboundEnvelope outboundEnvelope, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawInboundEnvelope | inboundEnvelope | The envelope containing the message which failed to be processed. |
| IOutboundEnvelope | outboundEnvelope | The envelope containing the message to be enriched. |
| Exception | exception | The exception thrown during the message processing. |