Uses of Class
br.com.anteros.mqtt.core.common.MqttPendingPublish
-
Packages that use MqttPendingPublish Package Description br.com.anteros.mqtt.core.client br.com.anteros.mqtt.core.server.session -
-
Uses of MqttPendingPublish in br.com.anteros.mqtt.core.client
Methods in br.com.anteros.mqtt.core.client that return MqttPendingPublish Modifier and Type Method Description MqttPendingPublishDefaultMqttClientSession. getPendingPublish(int messageId)MqttPendingPublishIMqttClientSession. getPendingPublish(int messageId)获取过程消息MqttPendingPublishDefaultMqttClientSession. removePendingPublish(int messageId)MqttPendingPublishIMqttClientSession. removePendingPublish(int messageId)删除过程消息Methods in br.com.anteros.mqtt.core.client with parameters of type MqttPendingPublish Modifier and Type Method Description voidDefaultMqttClientSession. addPendingPublish(int messageId, MqttPendingPublish pendingPublish)voidIMqttClientSession. addPendingPublish(int messageId, MqttPendingPublish pendingPublish)添加过程消息 -
Uses of MqttPendingPublish in br.com.anteros.mqtt.core.server.session
Methods in br.com.anteros.mqtt.core.server.session that return MqttPendingPublish Modifier and Type Method Description MqttPendingPublishIMqttSessionManager. getPendingPublish(String clientId, int messageId)获取发布过程存储MqttPendingPublishInMemoryMqttSessionManager. getPendingPublish(String clientId, int messageId)Methods in br.com.anteros.mqtt.core.server.session with parameters of type MqttPendingPublish Modifier and Type Method Description voidIMqttSessionManager. addPendingPublish(String clientId, int messageId, MqttPendingPublish pendingPublish)添加发布过程存储voidInMemoryMqttSessionManager. addPendingPublish(String clientId, int messageId, MqttPendingPublish pendingPublish)
-