Table of Contents

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

inboundEnvelope IRawInboundEnvelope

The envelope containing the message which failed to be processed.

outboundEnvelope IOutboundEnvelope

The envelope containing the message to be enriched.

exception Exception

The exception thrown during the message processing.