SimpleEventInterceptorsBuilder
一个用于构建 SimpleEventInterceptorInvoker 和 SimpleEventDispatchInterceptorInvoker 的简单构建器实现。
Functions
Link copied to clipboard
fun addDispatchInterceptor(interceptor: EventDispatchInterceptor, configurer: ConfigurerFunction<EventDispatchInterceptorRegistrationProperties>? = null)
Link copied to clipboard
fun addInterceptor(interceptor: EventInterceptor, configurer: ConfigurerFunction<EventInterceptorRegistrationProperties>? = null)
Link copied to clipboard