Class CommandManager<C>

java.lang.Object
org.incendo.cloud.CommandManager<C>
Type Parameters:
C - the command sender type used to execute commands
All Implemented Interfaces:
CommandBuilderSource<C>, Stateful<RegistrationState>

@API(status=STABLE) public abstract class CommandManager<C> extends Object implements Stateful<RegistrationState>, CommandBuilderSource<C>
The manager is responsible for command registration, parsing delegation, etc.