public class MQTTSessionState.OutboundStore extends Object
| Constructor and Description |
|---|
OutboundStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
generateMqttId(long messageId,
long consumerId) |
void |
publish(int mqtt,
long messageId,
long consumerId) |
Pair<Long,Long> |
publishAckd(int mqtt) |
Pair<Long,Long> |
publishComplete(int mqtt) |
Pair<Long,Long> |
publishReceived(int mqtt) |
void |
publishReleasedSent(int mqttId,
long serverMessageId) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.