Show / Hide Table of Contents

    Interface IBrokerOutboundMessageEnrichersFactory

    Provides the list of IMovePolicyMessageEnricher according to the specified endpoint.

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

    Methods

    | Improve this doc View source

    GetMovePolicyEnricher(IEndpoint)

    Returns the IMovePolicyMessageEnricher for the specified endpoint.

    Declaration
    IMovePolicyMessageEnricher GetMovePolicyEnricher(IEndpoint endpoint)
    Parameters
    Type Name Description
    IEndpoint endpoint

    The endpoint.

    Returns
    Type Description
    IMovePolicyMessageEnricher

    The IMovePolicyMessageEnricher that matches the specified endpoint type.

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