toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-core-spring-boot-starter-v2
/
love.forte.simbot.spring2.configuration
/
DefaultSimbotEventDispatcherProcessorConfiguration
/
defaultSimbotEventDispatcherProcessor
default
Simbot
Event
Dispatcher
Processor
@
Bean
(
value
=
[
"love.forte.simbot.spring.configuration.defaultSimbotEventDispatcherProcessor"
]
)
@
ConditionalOnMissingBean
(
value
=
[
SimbotEventDispatcherProcessor::class
]
)
open
fun
defaultSimbotEventDispatcherProcessor
(
registerProcessor
:
SimbotEventListenerRegistrarProcessor
,
@
Autowired
(
required
=
false
)
postConfigurers
:
List
<
SimbotEventDispatcherPostConfigurer
>
?
=
null
)
:
DefaultSimbotEventDispatcherProcessor
(
source
)