Show / Hide Table of Contents

    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 source

    CreateClient()

    Creates a new MQTTnet.Client.IMqttClient.

    Declaration
    IMqttClient CreateClient()
    Returns
    Type Description
    IMqttClient

    The MQTTnet.Client.IMqttClient.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini