SimpleEventDispatcherConfiguration

interface SimpleEventDispatcherConfiguration : EventDispatcherConfiguration

通过 Simple 构建 Application 时对事件调度器的配置类型的扩展。

Inheritors

Properties

Link copied to clipboard

Functions

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