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

com.binance.connector.client.utils.WebSocketCallback Maven / Gradle / Ivy

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy