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

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

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

import okhttp3.Response;

@FunctionalInterface
public interface WebSocketOpenCallback {
    /**
     * onOpen will be called when the websocket has been accepted by server and may begin transmitting messages.
     *
     * @param response The response send by server.
     */
    void onOpen(Response response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy