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