Interface IMqttConnectStatusListener
-
- All Known Implementing Classes:
DefaultMqttConnectStatusListener
public interface IMqttConnectStatusListenermqtt 链接状态事件- Author:
- L.cm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoffline(org.tio.core.ChannelContext context, String clientId, String username)设备离线voidonline(org.tio.core.ChannelContext context, String clientId, String username)设备上线(连接成功)
-