dashboard
repositories
filestore
activity
search
login
new-jys
/
ok-jys-wh
新版ok交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
外汇
peter
2025-07-08
83f9014a75f572154ae7732f0fc78d6467edde93
[new-jys/ok-jys-wh.git]
/
trading-order-huobi
/
src
/
main
/
java
/
com.yami.trading.huobi
/
data
/
websocket
/
utils
/
ResponseCallback.java
1
2
3
4
5
6
7
package com.yami.trading.huobi.data.websocket.utils;
@FunctionalInterface
public interface ResponseCallback<T> {
void onResponse(T response);
}