SimpleServerCommandExchange

constructor(message: CommandMessage<C>, attributes: MutableMap<String, Any> = ConcurrentHashMap())

Parameters

message

the command message being processed

attributes

mutable map for storing additional exchange data

Type Parameters

C

the type of the command