CommandGatewayAutoConfiguration
Functions
Link copied to clipboard
fun commandGateway(commandWaitEndpoint: CommandWaitEndpoint, commandBus: CommandBus, validator: Validator, requestIdChecker: RequestIdChecker, waitCoordinator: WaitCoordinator, commandWaitNotifier: CommandWaitNotifier): CommandGateway
Retains the direct factory signature for source and binary compatibility.
Link copied to clipboard
@Bean(value = ["commandGateway"] )
@Primary
@ConditionalOnMissingBean
Link copied to clipboard
@Bean
@ConditionalOnMissingBean
Link copied to clipboard
@Bean
@ConditionalOnMissingClass(value = ["me.ahoo.wow.webflux.route.command.CommandHandlerFunction"] )
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean
@ConditionalOnMissingBean
@ConditionalOnProperty(value = ["wow.command.idempotency.enabled"], matchIfMissing = true, havingValue = "true")
Link copied to clipboard
@Bean
@ConditionalOnMissingBean
@ConditionalOnProperty(value = ["wow.command.idempotency.enabled"], matchIfMissing = false, havingValue = "false")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Bean
@ConditionalOnMissingBean
Link copied to clipboard
@Bean
Link copied to clipboard
Link copied to clipboard