SimpleFunctionalEventInterceptor

核心提供的事件拦截器实现, 基于函数提供外部事件逻辑。

See also

Functions

Link copied to clipboard
open suspend override fun intercept(context: C): R

Properties

Link copied to clipboard
abstract val interceptFunction: suspend (C) -> R

Inheritors