mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
【增强】WebSocketStarter 增加 WssNotify 回调
This commit is contained in:
@ -3,6 +3,6 @@ package cn.iocoder.yudao.framework.ai.midjourney.webSocket;
|
|||||||
|
|
||||||
public interface WebSocketStarter {
|
public interface WebSocketStarter {
|
||||||
|
|
||||||
void start() throws Exception;
|
void start(WssNotify wssNotify) throws Exception;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user