【增强】WebSocketStarter 增加 WssNotify 回调

This commit is contained in:
cherishsince 2024-04-29 14:51:48 +08:00
parent 8bf5480bbf
commit e43f7cbbcd

View File

@ -3,6 +3,6 @@ package cn.iocoder.yudao.framework.ai.midjourney.webSocket;
public interface WebSocketStarter {
void start() throws Exception;
void start(WssNotify wssNotify) throws Exception;
}