Show / Hide Table of Contents

    Interface IOutboundMessageEnricher

    Enriches the outbound message (e.g. adding custom headers).

    Namespace: Silverback.Messaging.Outbound.Enrichers
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IOutboundMessageEnricher

    Methods

    | Improve this doc View source

    Enrich(IOutboundEnvelope)

    Enriches the specified message.

    Declaration
    void Enrich(IOutboundEnvelope envelope)
    Parameters
    Type Name Description
    IOutboundEnvelope envelope

    The envelope containing the message to be enriched.

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