defaultSimbotDispatcherProcessor

@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(source)