Package br.com.anteros.mqtt.core.client
Interface IMqttClientConnectListener
-
public interface IMqttClientConnectListenermqtt 客户端连接监听- Author:
- L.cm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnected(org.tio.core.ChannelContext context, boolean isReconnect)监听到消息voidonDisconnect(org.tio.core.ChannelContext channelContext, Throwable throwable, String remark, boolean isRemove)连接关闭前触发本方法
-