Class CommandMeta

java.lang.Object
org.incendo.cloud.meta.CommandMeta
All Implemented Interfaces:
CloudKeyContainer
Direct Known Subclasses:
SimpleCommandMeta

@API(status=STABLE) public abstract class CommandMeta extends Object implements CloudKeyContainer
Object that is associated with a Command. Command meta should not be mutable, as one fixed instance will be used per command.

Appropriate use for command meta would be fixed state, such as command descriptions.