Wow
Toggle table of contents
9.0.16
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.command
/
CommandGatewayAutoConfiguration
/
commandGatewayBean
command
Gateway
Bean
@
Bean
(
value
=
[
"commandGateway"
]
)
@
Primary
@
ConditionalOnMissingBean
fun
commandGatewayBean
(
commandWaitEndpoint
:
CommandWaitEndpoint
,
commandBus
:
ObjectProvider
<
CommandBus
>
,
validator
:
Validator
,
requestIdChecker
:
RequestIdChecker
,
waitCoordinator
:
WaitCoordinator
,
commandWaitNotifier
:
CommandWaitNotifier
)
:
CommandGateway