StatelessSagaFunction
constructor(delegate: MessageFunction<Any, DomainEventExchange<*>, Mono<*>>, commandGateway: CommandGateway, commandMessageFactory: CommandMessageFactory)
Parameters
delegate
The underlying message function that handles the domain event processing.
commandGateway
The gateway used to send commands.
commandMessageFactory
The factory for creating command messages.