toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-core-spring-boot-starter-v2
/
love.forte.simbot.spring2.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
)