toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.command.wait
/
CommandWaitNotifier
Command
Wait
Notifier
interface
CommandWaitNotifier
命令处理器完成处理后,将处理结果发往等待者
Author
Ahoo Wang
Inheritors
LocalCommandWaitNotifier
Members
Functions
notify
Link copied to clipboard
abstract
fun
notify
(
commandWaitEndpoint
:
String
,
waitSignal
:
WaitSignal
)
:
Mono
<
Void
>
notify
And
Forget
Link copied to clipboard
open
fun
notifyAndForget
(
commandWaitEndpoint
:
String
,
waitSignal
:
WaitSignal
)