PublishToken, SubscribeTokenpublic interface MqttToken
| Modifier and Type | Method | Description |
|---|---|---|
String |
getClientId() |
|
int |
getMessageId() |
Returns the identifier for the message associated with this token
|
boolean |
getSessionPresent() |
Whether a session is present for this topic
|
String[] |
getTopics() |
Returns the topic string for the this token or null if nothing has been
published
|
String getClientId()
String[] getTopics()
String topics for the token or nullint getMessageId()
String message identifierboolean getSessionPresent()
true if session present or false
otherwiseCopyright © 2018. All rights reserved.