public static interface ISyncMessageBus.ISyncPostCommand
A post command is used as an intermediate object created by a call to the message bus' post method.
It encapsulates the functionality provided by the message bus that created the command.
Subclasses may extend this interface and add functionality, e.g. different dispatch schemes.