Interface IMqttClientConnectedCallback
- Namespace
- Silverback.Messaging.Broker.Callbacks
- Assembly
- Silverback.Integration.MQTT.dll
Declares the OnClientConnectedAsync(MqttClientConfiguration) event handler.
public interface IMqttClientConnectedCallback : IBrokerClientCallback
Methods
OnClientConnectedAsync(MqttClientConfiguration)
Called when the underlying MQTTnet.IMqttClient connects to the broker.
Task OnClientConnectedAsync(MqttClientConfiguration configuration)
Parameters
configurationMqttClientConfigurationThe client configuration.