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