SimpleEventDispatchInterceptorInvoker
class SimpleEventDispatchInterceptorInvoker(interceptor: EventDispatchInterceptor, priority: Int) : Comparable<SimpleEventDispatchInterceptorInvoker> , EventDispatchInterceptor(source)
一个携带优先级的 EventDispatchInterceptor 代理实现。