toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-core-spring-boot-starter
/
love.forte.simbot.spring.configuration
/
DefaultSimbotPluginInstallProcessorConfiguration
/
defaultSimbotPluginInstallProcessor
default
Simbot
Plugin
Install
Processor
@
Bean
(
value
=
[
"love.forte.simbot.spring.configuration.defaultSimbotPluginInstallProcessor"
]
)
@
ConditionalOnMissingBean
(
value
=
[
SimbotPluginInstallProcessor::class
]
)
open
fun
defaultSimbotPluginInstallProcessor
(
properties
:
SpringApplicationConfigurationProperties
,
@
Autowired
(
required
=
false
)
factories
:
List
<
PluginFactory
<
*
,
*
>
>
?
=
null
,
@
Autowired
(
required
=
false
)
installers
:
List
<
SimbotPluginInstaller
>
?
=
null
)
:
DefaultSimbotPluginInstallProcessor
(
source
)