EventListenerRegistrationProperties

注册事件监听器的额外属性。

EventListenerRegistrationProperties 可由 EventListenerRegistrar 的实现者自由扩展, 但应当至少能够支持最基础的几项属性,并至少在不支持的情况下提供警告日志或异常。

Properties

Link copied to clipboard
abstract var priority: Int

优先级。数值越小优先级越高。通常默认为 PriorityConstant.DEFAULT

Functions

Link copied to clipboard
open fun addInterceptor(interceptor: EventInterceptor)

为此监听函数添加一个独特的拦截器。

为此监听函数添加一个独特的拦截器。 拦截器的优先级与最终此监听函数被添加的全局性拦截器共享。