Interface IMqttClientConnectedCallback
Declares the On
Namespace: Silverback.Messaging.Broker.Callbacks
Assembly: Silverback.Integration.MQTT.dll
Syntax
public interface IMqttClientConnectedCallback : IBrokerCallback
Methods
| Improve this doc View sourceOnClientConnectedAsync(MqttClientConfig)
Called when the underlying MQTTnet.
Declaration
Task OnClientConnectedAsync(MqttClientConfig config)
Parameters
Type | Name | Description |
---|---|---|
Mqtt |
config | The client configuration. |