新版仿ok交易所-后端
ico
zyy
2026-02-04 40c731f1749d18e3ac8b8bb109e66e21d623e643
1
2
3
4
5
6
7
package com.yami.trading.huobi.data.websocket.utils;
 
@FunctionalInterface
public interface ResponseCallback<T> {
 
    void onResponse(T response);
}