public class SpringEventMqttConnectStatusListener extends Object implements IMqttConnectStatusListener
| Constructor and Description |
|---|
SpringEventMqttConnectStatusListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
offline(org.tio.core.ChannelContext context,
String clientId,
String username,
String reason) |
void |
online(org.tio.core.ChannelContext context,
String clientId,
String username) |
public SpringEventMqttConnectStatusListener()
public void online(org.tio.core.ChannelContext context,
String clientId,
String username)
online in interface IMqttConnectStatusListenerpublic void offline(org.tio.core.ChannelContext context,
String clientId,
String username,
String reason)
offline in interface IMqttConnectStatusListenerCopyright © 2024. All rights reserved.