public interface IMqttClientConnectListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(org.tio.core.ChannelContext context,
boolean isReconnect)
监听到消息
|
void |
onDisconnect(org.tio.core.ChannelContext context,
Throwable throwable,
String remark,
boolean isRemove)
连接关闭前触发本方法
|
Copyright © 2025. All rights reserved.