【增强】WebSocketStarter 增加 WssNotify 回调
This commit is contained in:
parent
8bf5480bbf
commit
e43f7cbbcd
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue