Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 514 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 514 Bytes

custom-paho.mqtt.java

This private build of the Java Client include the following enhancements:

  • Setting fixed interval of reconnect attempts
  • Monitoring client state support

To use this custom Java client, the application must implement MqttCallbackExtended interface. The monitor() method will be called at a fixed interval specified by the application at via connect options.

See sample test for usage