Show / Hide Table of Contents

    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 source

    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.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini