Class MethodCommandExecutionHandler<C>

java.lang.Object
org.incendo.cloud.annotations.method.AnnotatedMethodHandler<C>
org.incendo.cloud.annotations.MethodCommandExecutionHandler<C>
Type Parameters:
C - command sender type
All Implemented Interfaces:
CommandExecutionHandler<C>, CommandExecutionHandler.FutureCommandExecutionHandler<C>

public class MethodCommandExecutionHandler<C> extends AnnotatedMethodHandler<C> implements CommandExecutionHandler.FutureCommandExecutionHandler<C>
A command execution handler that invokes a method.