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

com.kucoin.futures.core.websocket.KucoinFuturesAPICallback Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2019 Mek Global Limited
 */
package com.kucoin.futures.core.websocket;

import com.kucoin.futures.core.exception.KucoinFuturesApiException;

/**
 * Created by chenshiwei on 2019/1/10.
 */
public interface KucoinFuturesAPICallback {

    void onResponse(T response) throws KucoinFuturesApiException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy