Show / Hide Table of Contents

    Class MqttNetClientFactory

    Wraps the MQTTnet.MqttFactory.

    Inheritance
    object
    MqttNetClientFactory
    Implements
    IMqttNetClientFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Broker.Mqtt
    Assembly: Silverback.Integration.MQTT.dll
    Syntax
    public class MqttNetClientFactory : IMqttNetClientFactory

    Constructors

    | Improve this doc View source

    MqttNetClientFactory(IMqttNetLogger)

    Initializes a new instance of the MqttNetClientFactory class.

    Declaration
    public MqttNetClientFactory(IMqttNetLogger mqttNetLogger)
    Parameters
    Type Name Description
    IMqttNetLogger mqttNetLogger

    The MQTTnet.Diagnostics.IMqttNetLogger.

    Methods

    | Improve this doc View source

    CreateClient()

    Creates a new MQTTnet.Client.IMqttClient.

    Declaration
    public IMqttClient CreateClient()
    Returns
    Type Description
    IMqttClient

    The MQTTnet.Client.IMqttClient.

    Implements

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