EventInterceptEntrance

事件相关拦截器入口。通过解析拦截器列表提供一个最终的入口。

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion
Link copied to clipboard
abstract class IteratorInterceptorContext<C : EventInterceptor.Context<R>, I : EventInterceptor<C, R>, R, EC : EventProcessingContext>(interceptorsIterator: Iterator<I>, processing: suspend (EC) -> R)

Functions

Link copied to clipboard
abstract suspend fun doIntercept(context: EC, processing: suspend (EC) -> R): R