Class MqttBrokerOptionsConfigurator
This class will be located via assembly scanning and invoked when a MqttBroker is added to the IServiceCollection.
Implements
Inherited Members
Namespace: Silverback.Messaging.Configuration.Mqtt
Assembly: Silverback.Integration.MQTT.dll
Syntax
public class MqttBrokerOptionsConfigurator : IBrokerOptionsConfigurator<MqttBroker>
Methods
| Improve this doc View sourceConfigure(IBrokerOptionsBuilder)
Called while registering the broker to configure the broker-specific services and options (e.g. behaviors).
Declaration
public void Configure(IBrokerOptionsBuilder brokerOptionsBuilder)
Parameters
Type | Name | Description |
---|---|---|
IBrokerOptionsBuilder | brokerOptionsBuilder | The IBrokerOptionsBuilder that references the IServiceCollection to add the services to. |