Show / Hide Table of Contents

    Interface IMovePolicyMessageEnricher

    Enriches the outbound message being moved.

    Namespace: Silverback.Messaging.Producing.Enrichers
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IMovePolicyMessageEnricher

    Methods

    Enrich(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.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini