Class CommandExecutionHandler.MulticastDelegateFutureCommandExecutionHandler<C>

java.lang.Object
cloud.commandframework.execution.CommandExecutionHandler.MulticastDelegateFutureCommandExecutionHandler<C>
Type Parameters:
C - Command sender type
All Implemented Interfaces:
CommandExecutionHandler<C>, CommandExecutionHandler.FutureCommandExecutionHandler<C>
Enclosing interface:
CommandExecutionHandler<C>

@API(status=INTERNAL, consumers="cloud.commandframework.*", since="1.7.0") public static final class CommandExecutionHandler.MulticastDelegateFutureCommandExecutionHandler<C> extends Object implements CommandExecutionHandler.FutureCommandExecutionHandler<C>
Delegates to other handlers.
Since:
1.7.0
See Also: