Context

data class Context(val source: EventInterceptor.Context, val scope: CoroutineScope)(source)

供于 JAsyncEventInterceptor 中异步拦截API的阻塞 Context 代理类型。 如果 scopenull,则异步调度的作用域会使用 source

Constructors

Link copied to clipboard
constructor(source: EventInterceptor.Context, scope: CoroutineScope)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard