rewrite

abstract fun rewrite(commandBuilder: CommandBuilder): Mono<CommandBuilder>

Rewrites the command builder, potentially modifying its properties.

Return

a Mono emitting the rewritten command builder

Parameters

commandBuilder

the command builder to rewrite