Browse Source

【增强】WebSocketStarter 增加 WssNotify 回调

cherishsince 1 year ago
parent
commit
e43f7cbbcd

+ 1 - 1
yudao-module-ai/yudao-spring-boot-starter-ai/src/main/java/cn/iocoder/yudao/framework/ai/midjourney/webSocket/WebSocketStarter.java

@@ -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;
 
 }