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

com.binance.connector.client.utils.websocketcallback.WebSocketMessageCallback Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.binance.connector.client.utils.websocketcallback;

@FunctionalInterface
public interface WebSocketMessageCallback {
    /**
     * onMessage will be called when data is received from server.
     *
     * @param data The data send by server.
     */
    void onMessage(String data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy