-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Prio: SHOULDFeature is essential for the next releaseFeature is essential for the next releaseType: enhancementNew feature or requestNew feature or request
Description
Instead of using the CommandGateway
directly, we should generate a type safe, custom command interface and feed this to the CommandGatewayFactory
.
See:
@Bean
fun myCommandGateway(commandBus: CommandBus): MyCommandGateway = CommandGatewayFactory.builder()
.commandBus(commandBus).build().createGateway(MyCommandGateway::class.java)
Metadata
Metadata
Assignees
Labels
Prio: SHOULDFeature is essential for the next releaseFeature is essential for the next releaseType: enhancementNew feature or requestNew feature or request