CommandGateway
Command Gateway .
Author
ahoo wang
See also
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun <C : Any> send(command: CommandMessage<C>, waitStrategy: WaitStrategy): Mono<out ClientCommandExchange<C>>
Link copied to clipboard
open fun <C : Any> sendAndWait(command: CommandMessage<C>, waitStrategy: WaitStrategy): Mono<CommandResult>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard