File tree Expand file tree Collapse file tree
org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -847,6 +847,7 @@ public interface IMqttClient extends AutoCloseable { //extends IMqttAsyncClient
847847 * as connect and subscribe can be tracked using the {@link MqttToken} passed to the
848848 * operation<p>
849849 * @see MqttCallback
850+ * @see MqttCallbackExtended
850851 * @param callback the class to callback when for events related to the client
851852 */
852853 void setCallback (MqttCallback callback );
Original file line number Diff line number Diff line change 2222 * Classes implementing this interface
2323 * can be registered on both types of client: {@link IMqttClient#setCallback(MqttCallback)}
2424 * and {@link IMqttAsyncClient#setCallback(MqttCallback)}
25+ * @see MqttCallbackExtended
2526 */
2627public interface MqttCallback {
2728 /**
You can’t perform that action at this time.
0 commit comments