Interface IMqttNetClientFactory
The factory used to create the MQTTnet.Client.IMqttClient instances.
Namespace: Silverback.Messaging.Broker.Mqtt
Assembly: Silverback.Integration.MQTT.dll
Syntax
public interface IMqttNetClientFactory
Methods
| Improve this doc View sourceCreateClient()
Creates a new MQTTnet.Client.IMqttClient.
Declaration
IMqttClient CreateClient()
Returns
Type | Description |
---|---|
IMqttClient | The MQTTnet.Client.IMqttClient. |