SimpleEventDispatcherConfigurationImpl

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open override val dispatchInterceptors: MutableList<Pair<EventDispatchInterceptor, ConfigurerFunction<EventDispatchInterceptorRegistrationProperties>?>>

继承 AbstractEventDispatcherConfiguration.dispatchInterceptors 并将其对外公开

Link copied to clipboard
open override val interceptors: MutableList<Pair<EventInterceptor, ConfigurerFunction<EventInterceptorRegistrationProperties>?>>

继承 AbstractEventDispatcherConfiguration.interceptors 并将其对外公开

Functions

Link copied to clipboard
open override fun addDispatchInterceptor(propertiesConsumer: ConfigurerFunction<EventDispatchInterceptorRegistrationProperties>?, interceptor: EventDispatchInterceptor)
open fun addDispatchInterceptor(interceptor: EventDispatchInterceptor)
Link copied to clipboard
open override fun addInterceptor(propertiesConsumer: ConfigurerFunction<EventInterceptorRegistrationProperties>?, interceptor: EventInterceptor)
open fun addInterceptor(interceptor: EventInterceptor)