Skip to content

Commit

Permalink
Error free MQTTClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Mar 15, 2024
1 parent 758ad74 commit 4849620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public interface GenericMessageCallback {
void onClose(String closeMessage, Throwable closeException);

void onMessage(ConnectorMessage message) throws Exception;
void onMessage(ConnectorMessage message);

void onError( Throwable errorException);
}

0 comments on commit 4849620

Please sign in to comment.