Class CommandHandler<CONTEXT extends CommandContext>

java.lang.Object
kboyle.oktane.core.CommandHandler<CONTEXT>
Type Parameters:
CONTEXT - The type of context that's used in commands.

public class CommandHandler<CONTEXT extends CommandContext> extends Object
The entry point for executing commands. CommandHandler.<YourContextType>builder() .withModule(YourCommandModule.class) .build();