Simple Event Dispatcher Configuration Impl
open class SimpleEventDispatcherConfigurationImpl : AbstractEventDispatcherConfiguration, SimpleEventDispatcherConfiguration
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)
Link copied to clipboard
open override fun addInterceptor(propertiesConsumer: ConfigurerFunction<EventInterceptorRegistrationProperties>?, interceptor: EventInterceptor)
Link copied to clipboard