DefaultSimbotDispatcherProcessorConfiguration

用户注册 SimbotDispatcherProcessor 默认行为的配置类。

Constructors

constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Bean(value = ["love.forte.simbot.spring.configuration.defaultSimbotDispatcherProcessor"])
open fun defaultSimbotDispatcherProcessor(@Autowired(required = false) configurers: List<SimbotDispatcherConfigurer>? = null, @Autowired(required = false) interceptors: List<EventInterceptor>? = null, @Autowired(required = false) dispatcherInterceptors: List<EventDispatchInterceptor>? = null): DefaultSimbotDispatcherProcessor