Class MqttNetClientFactory
Wraps the MQTTnet.MqttFactory.
Inheritance
System.Object
MqttNetClientFactory
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.Broker.Mqtt
Assembly: Silverback.Integration.MQTT.dll
Syntax
public class MqttNetClientFactory : IMqttNetClientFactory
Constructors
| Improve this doc View sourceMqttNetClientFactory(IMqttNetLogger)
Initializes a new instance of the MqttNetClientFactory class.
Declaration
public MqttNetClientFactory(IMqttNetLogger mqttNetLogger)
Parameters
Type | Name | Description |
---|---|---|
MQTTnet.Diagnostics.IMqttNetLogger | mqttNetLogger | The MQTTnet.Diagnostics.IMqttNetLogger. |
Methods
| Improve this doc View sourceCreateClient()
Declaration
public IMqttClient CreateClient()
Returns
Type | Description |
---|---|
MQTTnet.Client.IMqttClient |