DefaultSimbotDispatcherProcessor
open class DefaultSimbotDispatcherProcessor(configurers: List<SimbotDispatcherConfigurer>, interceptors: List<EventInterceptor>, dispatcherInterceptors: List<EventDispatchInterceptor>) : SimbotDispatcherProcessor(source)
SimbotDispatcherProcessor 的默认实现,通过 DefaultSimbotDispatcherProcessorConfiguration 向 spring 中配置。
Constructors
Link copied to clipboard
constructor(configurers: List<SimbotDispatcherConfigurer>, interceptors: List<EventInterceptor>, dispatcherInterceptors: List<EventDispatchInterceptor>)