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