Uses of Class
br.com.anteros.mqtt.core.common.MqttPendingQos2Publish
-
Packages that use MqttPendingQos2Publish Package Description br.com.anteros.mqtt.core.client br.com.anteros.mqtt.core.server.session -
-
Uses of MqttPendingQos2Publish in br.com.anteros.mqtt.core.client
Methods in br.com.anteros.mqtt.core.client that return MqttPendingQos2Publish Modifier and Type Method Description MqttPendingQos2PublishDefaultMqttClientSession. getPendingQos2Publish(int messageId)MqttPendingQos2PublishIMqttClientSession. getPendingQos2Publish(int messageId)获取 qos2 过程消息MqttPendingQos2PublishDefaultMqttClientSession. removePendingQos2Publish(int messageId)MqttPendingQos2PublishIMqttClientSession. removePendingQos2Publish(int messageId)删除 qos2 过程消息Methods in br.com.anteros.mqtt.core.client with parameters of type MqttPendingQos2Publish Modifier and Type Method Description voidDefaultMqttClientSession. addPendingQos2Publish(int messageId, MqttPendingQos2Publish pendingQos2Publish)voidIMqttClientSession. addPendingQos2Publish(int messageId, MqttPendingQos2Publish pendingQos2Publish)添加 qos2 过程消息 -
Uses of MqttPendingQos2Publish in br.com.anteros.mqtt.core.server.session
Methods in br.com.anteros.mqtt.core.server.session that return MqttPendingQos2Publish Modifier and Type Method Description MqttPendingQos2PublishIMqttSessionManager. getPendingQos2Publish(String clientId, int messageId)获取发布过程存储MqttPendingQos2PublishInMemoryMqttSessionManager. getPendingQos2Publish(String clientId, int messageId)Methods in br.com.anteros.mqtt.core.server.session with parameters of type MqttPendingQos2Publish Modifier and Type Method Description voidIMqttSessionManager. addPendingQos2Publish(String clientId, int messageId, MqttPendingQos2Publish pendingQos2Publish)添加发布过程存储voidInMemoryMqttSessionManager. addPendingQos2Publish(String clientId, int messageId, MqttPendingQos2Publish pendingQos2Publish)
-