All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.relayr.java.websocket.WebSocketCallback Maven / Gradle / Ivy

package io.relayr.java.websocket;

public interface WebSocketCallback {

    void connectCallback(Object message);

    void disconnectCallback(Object message);

    void successCallback(Object message);

    void errorCallback(Throwable error);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy