AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
Delivery
/
await
await
jvm
abstract
suspend
fun
await
(
)
:
Pair
<
UUID
,
MessageContent
>
?
(
source
)
等待消息被消费,并得到消息的 id 和最终内容。
Return
如果消息为空而被丢弃,返回 null。
Throws
kotlin.
coroutines.
cancellation.
Cancellation
Exception
消息被取消