SimpleCommandMessageFactory

Constructors

Link copied to clipboard
constructor(commandBuilderRewriterRegistry: CommandBuilderRewriterRegistry)

Functions

Link copied to clipboard
open fun <TARGET : Any> create(body: Any): Mono<CommandMessage<TARGET>>

open override fun <TARGET : Any> create(commandBuilder: CommandBuilder): Mono<CommandMessage<TARGET>>

Create a CommandMessage from a CommandBuilder