Administrator
4 days ago 69033878fd7a40ba429113463b69e08e0f081b01
src/main/java/com/xcong/excoin/modules/gateApi/wsHandler/GateChannelHandler.java
@@ -41,4 +41,10 @@
     * @return true 表示已处理(循环停止),false 表示频道不匹配(继续遍历下一个 handler)
     */
    boolean handleMessage(JSONObject response);
    /** 是否已收到订阅成功确认 */
    boolean isSubscribed();
    /** 标记订阅已确认 */
    void setSubscribed(boolean subscribed);
}