Class ForwardingCommandExecutor

java.lang.Object
com.linecorp.centraldogma.server.command.ForwardingCommandExecutor
All Implemented Interfaces:
CommandExecutor

public class ForwardingCommandExecutor extends Object implements CommandExecutor
A CommandExecutor which forwards all its method calls to another CommandExecutor.