Show / Hide Table of Contents

    Class GenericOutboundHeadersEnricher

    A generic enricher that adds a message header according to a static name/value pair or a provider function.

    Inheritance
    object
    GenericOutboundHeadersEnricher<object>
    GenericOutboundHeadersEnricher
    Implements
    IOutboundMessageEnricher
    Inherited Members
    GenericOutboundHeadersEnricher<object>.Enrich(IOutboundEnvelope)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Outbound.Enrichers
    Assembly: Silverback.Integration.dll
    Syntax
    public class GenericOutboundHeadersEnricher : GenericOutboundHeadersEnricher<object>, IOutboundMessageEnricher

    Constructors

    | Improve this doc View source

    GenericOutboundHeadersEnricher(string, Func<IOutboundEnvelope<object>, object?>)

    Initializes a new instance of the GenericOutboundHeadersEnricher class.

    Declaration
    public GenericOutboundHeadersEnricher(string name, Func<IOutboundEnvelope<object>, object?> valueProvider)
    Parameters
    Type Name Description
    string name

    The header name.

    Func<IOutboundEnvelope<object>, object> valueProvider

    The header value provider function.

    | Improve this doc View source

    GenericOutboundHeadersEnricher(string, object?)

    Initializes a new instance of the GenericOutboundHeadersEnricher class.

    Declaration
    public GenericOutboundHeadersEnricher(string name, object? value)
    Parameters
    Type Name Description
    string name

    The header name.

    object value

    The header value.

    Implements

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