toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-api
/
love.forte.simbot.event
/
EventDispatchInterceptor
/
Context
Context
interface
Context
(
source
)
拦截器中被拦截的对象信息。
Note:
Context
通常由内部调度器实现,其使用稳定而实现不稳定。
Members
Properties
event
Context
Link copied to clipboard
abstract
val
eventContext
:
EventContext
当前被处理的事件上下文。
Functions
invoke
Link copied to clipboard
abstract
fun
invoke
(
)
:
Flow
<
EventResult
>
abstract
fun
invoke
(
eventContext
:
EventContext
)
:
Flow
<
EventResult
>
执行被拦截的逻辑并得到本次事件处理链的结果流。