Class RpcCommand
- java.lang.Object
-
- com.networknt.registry.support.command.RpcCommand
-
public class RpcCommand extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRpcCommand.ClientCommandstatic classRpcCommand.ServerCommand
-
Constructor Summary
Constructors Constructor Description RpcCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RpcCommand.ClientCommand>getClientCommandList()voidsetClientCommandList(List<RpcCommand.ClientCommand> clientCommandList)voidsort()
-
-
-
Method Detail
-
sort
public void sort()
-
getClientCommandList
public List<RpcCommand.ClientCommand> getClientCommandList()
-
setClientCommandList
public void setClientCommandList(List<RpcCommand.ClientCommand> clientCommandList)
-
-