toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-core-spring-boot-starter-v2
/
love.forte.simbot.spring2.configuration
/
DefaultSimbotDispatcherProcessorConfiguration
/
defaultSimbotDispatcherProcessor
default
Simbot
Dispatcher
Processor
@
Bean
(
value
=
[
"love.forte.simbot.spring.configuration.defaultSimbotDispatcherProcessor"
]
)
@
ConditionalOnMissingBean
(
value
=
[
SimbotDispatcherProcessor::class
]
)
open
fun
defaultSimbotDispatcherProcessor
(
@
Autowired
(
required
=
false
)
configurers
:
List
<
SimbotDispatcherConfigurer
>
?
=
null
,
@
Autowired
(
required
=
false
)
interceptors
:
List
<
EventInterceptor
>
?
=
null
,
@
Autowired
(
required
=
false
)
dispatcherInterceptors
:
List
<
EventDispatchInterceptor
>
?
=
null
)
:
DefaultSimbotDispatcherProcessor
(
source
)