StatelessSagaDsl
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun on(serviceProvider: ServiceProvider = SimpleServiceProvider(), commandGateway: CommandGateway = defaultCommandGateway(), commandMessageFactory: CommandMessageFactory = SimpleCommandMessageFactory(
validator = TestValidator,
commandBuilderRewriterRegistry = SimpleCommandBuilderRewriterRegistry()
), block: WhenDsl<T>.() -> Unit)