Show / Hide Table of Contents

    Interface IActivityEnricherFactory

    Provides the IBrokerActivityEnricher according to the specified endpoint.

    Namespace: Silverback.Messaging.Diagnostics
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IActivityEnricherFactory

    Methods

    | Improve this doc View source

    GetActivityEnricher(IEndpoint)

    Returns the IBrokerActivityEnricher for the specified endpoint.

    Declaration
    IBrokerActivityEnricher GetActivityEnricher(IEndpoint endpoint)
    Parameters
    Type Name Description
    IEndpoint endpoint

    The endpoint.

    Returns
    Type Description
    IBrokerActivityEnricher

    The IBrokerActivityEnricher that matches the specified endpoint type.

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