新版仿ok交易所-后端
zyy3
2025-10-07 44af0d0416a11b4a7871ae6b54443e1de5677942
1
2
3
4
5
6
7
package com.yami.trading.huobi.data.websocket.utils;
 
@FunctionalInterface
public interface ResponseCallback<T> {
 
    void onResponse(T response);
}