打包
This commit is contained in:
parent
461713baba
commit
af71702840
2
lib/message/MessageBroker.d.ts
vendored
2
lib/message/MessageBroker.d.ts
vendored
@ -145,7 +145,7 @@ export declare class AppWsMsgBroker {
|
|||||||
unsbuscribe(destination: string): void;
|
unsbuscribe(destination: string): void;
|
||||||
unsubscribeAll(): void;
|
unsubscribeAll(): void;
|
||||||
resubscribeAll(): void;
|
resubscribeAll(): void;
|
||||||
publishMessage(destination: string, message: string): void;
|
publishMessage(destination: string, message: Uint8Array): void;
|
||||||
/**
|
/**
|
||||||
* 取消所有订阅,从通用Stomp客户端移除此消息代理
|
* 取消所有订阅,从通用Stomp客户端移除此消息代理
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user