Show / Hide Table of Contents

    Interface IEndpointsConfigurator

    This interface can be implemented to split the message broker endpoints configuration across different types. The types implementing IEndpointsConfigurator must be registered using RegisterConfigurator or AddEndpointConfigurator.

    Namespace: Silverback.Messaging.Configuration
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IEndpointsConfigurator

    Methods

    | Improve this doc View source

    Configure(IEndpointsConfigurationBuilder)

    Configures the message broker endpoints.

    Declaration
    void Configure(IEndpointsConfigurationBuilder builder)
    Parameters
    Type Name Description
    IEndpointsConfigurationBuilder builder

    The IEndpointsConfigurationBuilder instance to be used to configure the endpoints.

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