Class MqttBrokerOptionsConfigurator
This class will be located via assembly scanning and invoked when a MqttBroker is added to the Microsoft.Extensions.DependencyInjection.IServiceCollection.
Inheritance
System.Object
MqttBrokerOptionsConfigurator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Configuration.Mqtt
Assembly: Silverback.Integration.MQTT.dll
Syntax
public class MqttBrokerOptionsConfigurator : IBrokerOptionsConfigurator<MqttBroker>
Methods
| Improve this doc View sourceConfigure(IBrokerOptionsBuilder)
Declaration
public void Configure(IBrokerOptionsBuilder brokerOptionsBuilder)
Parameters
Type | Name | Description |
---|---|---|
IBrokerOptionsBuilder | brokerOptionsBuilder |