SimpleClientCommandExchange
constructor(message: CommandMessage<C>, waitStrategy: WaitStrategy, attributes: MutableMap<String, Any> = ConcurrentHashMap())
Parameters
C
the type of the command
message
the command message being processed
waitStrategy
the strategy for waiting on command results
attributes
mutable map for storing additional exchange data