TracingCommandGateway
class TracingCommandGateway(val delegate: CommandGateway) : Traced, CommandGateway, Decorator<CommandGateway>
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <C : Any> sendAndWait(command: CommandMessage<C>, waitPlan: WaitPlan): Mono<CommandResult>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <C : Any> sendAndWaitStream(command: CommandMessage<C>, waitPlan: WaitPlan): Flux<CommandResult>
Link copied to clipboard