Table of Contents

Interface IBrokerClientsConfigurator

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

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).

public interface IBrokerClientsConfigurator

Methods

Configure(BrokerClientsConfigurationBuilder)

Configures the producers and consumers.

void Configure(BrokerClientsConfigurationBuilder builder)

Parameters

builder BrokerClientsConfigurationBuilder

The BrokerClientsConfigurationBuilder instance to be used to configure the producers and consumers.