Class BrokerClientsConfigurationBuilder
Configures the producers and consumers.
Inherited Members
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 |