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