Show / Hide Table of Contents

    Class BrokerClientsConfigurationBuilder

    Configures the producers and consumers.

    Inheritance
    object
    BrokerClientsConfigurationBuilder
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Messaging.Configuration
    Assembly: Silverback.Integration.dll
    Syntax
    public class BrokerClientsConfigurationBuilder

    Constructors

    BrokerClientsConfigurationBuilder(IServiceProvider)

    Initializes a new instance of the BrokerClientsConfigurationBuilder class.

    Declaration
    public BrokerClientsConfigurationBuilder(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider

    The IServiceProvider.

    Properties

    ServiceProvider

    Gets the IServiceProvider to be used to resolve the necessary services.

    Declaration
    public IServiceProvider ServiceProvider { get; }
    Property Value
    Type Description
    IServiceProvider
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini