Table of Contents

Interface IMqttClientConnectedCallback

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

Methods

OnClientConnectedAsync(MqttClientConfiguration)

Called when the underlying MQTTnet.IMqttClient connects to the broker.

Task OnClientConnectedAsync(MqttClientConfiguration configuration)

Parameters

configuration MqttClientConfiguration

The client configuration.

Returns

Task

A Task representing the asynchronous operation.