toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.command
/
CommandAutoConfiguration
/
localFirstCommandBus
local
First
Command
Bus
@
Bean
@
Primary
@
ConditionalOnBean
(
value
=
[
LocalCommandBus::class
,
DistributedCommandBus::class
]
)
fun
localFirstCommandBus
(
localBus
:
LocalCommandBus
,
distributedBus
:
DistributedCommandBus
)
:
LocalFirstCommandBus