Interface IBrokerClientsConfigurator
This interface can be implemented to split the producers and consumers configuration across different types. The types implementing IBrokerClientsConfigurator must be registered using AddBrokerClientsConfigurator<TConfigurator>(SilverbackBuilder).
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Integration.dll
Syntax
public interface IBrokerClientsConfigurator
Methods
Configure(BrokerClientsConfigurationBuilder)
Configures the producers and consumers.
Declaration
void Configure(BrokerClientsConfigurationBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| BrokerClientsConfigurationBuilder | builder | The BrokerClientsConfigurationBuilder instance to be used to configure the producers and consumers. |