package com.yami.trading.huobi.data.websocket.utils; @FunctionalInterface public interface ResponseCallback { void onResponse(T response); }