SimpleEventDispatchInterceptorInvoker

class SimpleEventDispatchInterceptorInvoker(interceptor: EventDispatchInterceptor, priority: Int) : Comparable<SimpleEventDispatchInterceptorInvoker> , EventDispatchInterceptor

一个携带优先级的 EventDispatchInterceptor 代理实现。

Constructors

Link copied to clipboard
constructor(interceptor: EventDispatchInterceptor, priority: Int)

Functions

Link copied to clipboard
open operator override fun compareTo(other: SimpleEventDispatchInterceptorInvoker): Int
Link copied to clipboard
open override fun EventDispatchInterceptor.Context.intercept(): Flow<EventResult>