Package-level declarations
Types
Link copied to clipboard
class TracingCommandGateway(val delegate: CommandGateway) : Traced, CommandGateway, Decorator<CommandGateway>
Link copied to clipboard
class TracingWaitStrategy(val delegate: WaitStrategy, commandMessage: CommandMessage<*>) : Traced, WaitStrategy, Decorator<WaitStrategy>
Link copied to clipboard
object WaitStrategyInstrumenter
Link copied to clipboard