Package org.eclipse.paho.client.mqttv3.persist

Contains implementations of the MqttClientPersistence interface.

See:
          Description

Class Summary
MemoryPersistence Persistence that uses memory In cases where reliability is not required across client or device restarts memory this memory peristence can be used.
MqttDefaultFilePersistence An implementation of the MqttClientPersistence interface that provides file based persistence.
 

Package org.eclipse.paho.client.mqttv3.persist Description

Contains implementations of the MqttClientPersistence interface.

An MQTT client needs a persistence mechanism to store messages while they are in the process of being delivered. This package contains several implementations of the interface. If a persistence class is not specified on the constructor to an MQTT client, MqttDefaultFilePersistence is used by default.



Copyright © 2013. All Rights Reserved.