public abstract class PubSubSystemCommandType<A extends PubSubSystemCommand<R>,R>
extends Object
Defines command types for a PubSubSystem. All command types are as static constants in class
PubSubSystemCommands. This class is considered to be sealed, subclasses can only be defined by
the SDK.