Naming conventions for communication channels - Pyosch/powertac-server GitHub Wiki
Channel names
To keep channel names as readable as possible we want to stick to the following channel naming convention:
$Source$Destination$CommandChannel
Where $Source is the name of the channel source, e.g. Accounting service, $Destination is the destination name, e.g. a broker, and $Command is the command name of this channel.
##Command names Commands are named as follows:
$ObjectCommand$CommandType
Where $ObjectCommand is the Object of this command, e.g. TariffCommand, ShoutCommand, TimeSlotCommand
and $CommandType is the type of the command, e.g. Publish, Revoke, Update