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