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