Table of Contents

Class BrokerClientsConfigurationBuilder

Namespace
Silverback.Messaging.Configuration
Assembly
Silverback.Integration.dll

Configures the producers and consumers.

public class BrokerClientsConfigurationBuilder
Inheritance
BrokerClientsConfigurationBuilder
Inherited Members

Constructors

BrokerClientsConfigurationBuilder(IServiceProvider)

Initializes a new instance of the BrokerClientsConfigurationBuilder class.

public BrokerClientsConfigurationBuilder(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

The IServiceProvider.

Properties

ServiceProvider

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

public IServiceProvider ServiceProvider { get; }

Property Value

IServiceProvider