Table of Contents

Interface IMqttClientDisconnectingCallback

Namespace
Silverback.Messaging.Broker.Callbacks
Assembly
Silverback.Integration.MQTT.dll
public interface IMqttClientDisconnectingCallback : IBrokerClientCallback

Methods

OnClientDisconnectingAsync(MqttClientConfiguration)

Called when the underlying MQTTnet.IMqttClient is disconnecting from the broker.

Task OnClientDisconnectingAsync(MqttClientConfiguration configuration)

Parameters

configuration MqttClientConfiguration

The client configuration.

Returns

Task

A Task representing the asynchronous operation.