Simple Robot
Toggle table of contents
4.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot
simbot-core-spring-boot-starter
/
love.forte.simbot.spring.configuration.application
/
DefaultSimbotSpringApplicationLauncherFactoryConfiguration
/
defaultSpringApplicationLauncherProcessor
default
Spring
Application
Launcher
Processor
@
Bean
(
value
=
[
"love.forte.simbot.spring.configuration.defaultSpringApplicationLauncherProcessor"
]
)
@
ConditionalOnMissingBean
(
value
=
[
SimbotApplicationLauncherFactory::class
]
)
open
fun
defaultSpringApplicationLauncherProcessor
(
@
Autowired
(
required
=
false
)
builderPreConfigurers
:
List
<
SimbotApplicationLauncherPreConfigurer
>
?
=
null
,
@
Autowired
(
required
=
false
)
builderPostConfigurers
:
List
<
SimbotApplicationLauncherPostConfigurer
>
?
=
null
,
@
Autowired
applicationConfigurationProcessor
:
SimbotApplicationConfigurationProcessor
,
@
Autowired
dispatcherProcessor
:
SimbotDispatcherProcessor
,
@
Autowired
componentProcessor
:
SimbotComponentInstallProcessor
,
@
Autowired
pluginProcessor
:
SimbotPluginInstallProcessor
)
:
DefaultSimbotApplicationLauncherFactory
(
source
)