defaultSimbotApplicationProcessor

@Bean(value = ["love.forte.simbot.spring.configuration.application.defaultSimbotApplicationProcessor"])
open fun defaultSimbotApplicationProcessor(properties: SpringApplicationConfigurationProperties, @Autowired(required = false) eventListenerResolvers: List<SimbotEventListenerResolver>? = null, @Autowired(required = false) preConfigurer: List<SimbotApplicationPreConfigurer>? = null, @Autowired(required = false) postConfigurer: List<SimbotApplicationPostConfigurer>? = null, @Autowired(required = false) eventDispatcherProcessor: SimbotEventDispatcherProcessor): DefaultSimbotApplicationProcessor(source)