Show / Hide Table of Contents

    Interface IOutboundMessageEnricher

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

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

    Methods

    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.

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