Class BrokerOptionsBuilderAddMqttExtensions
Adds the AddMqtt
method to the IBrokerOptionsBuilder.
Inheritance
System.Object
BrokerOptionsBuilderAddMqttExtensions
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: Microsoft.Extensions.DependencyInjection
Assembly: Silverback.Integration.MQTT.dll
Syntax
public static class BrokerOptionsBuilderAddMqttExtensions
Methods
| Improve this doc View sourceAddMqtt(IBrokerOptionsBuilder)
Registers Apache Mqtt as message broker.
Declaration
public static IBrokerOptionsBuilder AddMqtt(this IBrokerOptionsBuilder brokerOptionsBuilder)
Parameters
Type | Name | Description |
---|---|---|
IBrokerOptionsBuilder | brokerOptionsBuilder | The IBrokerOptionsBuilder that references the Microsoft.Extensions.DependencyInjection.IServiceCollection to add the services to. |
Returns
Type | Description |
---|---|
IBrokerOptionsBuilder | The IBrokerOptionsBuilder so that additional calls can be chained. |