Interface IMovePolicyMessageEnricher
- Namespace
- Silverback.Messaging.Producing.Enrichers
- Assembly
- Silverback.Integration.dll
Enriches the outbound message being moved.
public interface IMovePolicyMessageEnricher
Methods
Enrich(IRawInboundEnvelope, IOutboundEnvelope, Exception)
Enriches the specified message.
void Enrich(IRawInboundEnvelope inboundEnvelope, IOutboundEnvelope outboundEnvelope, Exception exception)
Parameters
inboundEnvelopeIRawInboundEnvelopeThe envelope containing the message which failed to be processed.
outboundEnvelopeIOutboundEnvelopeThe envelope containing the message to be enriched.
exceptionExceptionThe exception thrown during the message processing.