|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MqttPersistable in org.eclipse.paho.client.mqttv3 |
---|
Methods in org.eclipse.paho.client.mqttv3 that return MqttPersistable | |
MqttPersistable |
MqttDefaultFilePersistence.get(java.lang.String key)
|
MqttPersistable |
MqttClientPersistence.get(java.lang.String key)
Gets the specified data out of the persistent store. |
Methods in org.eclipse.paho.client.mqttv3 with parameters of type MqttPersistable | |
void |
MqttDefaultFilePersistence.put(java.lang.String key,
MqttPersistable message)
Writes the specified persistent data to the previously specified persistence directory. |
void |
MqttClientPersistence.put(java.lang.String key,
MqttPersistable persistable)
Puts the specified data into the persistent store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |