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 class
RpcCommand.ClientCommand
static class
RpcCommand.ServerCommand
-
Constructor Summary
Constructors Constructor Description RpcCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RpcCommand.ClientCommand>
getClientCommandList()
void
setClientCommandList(List<RpcCommand.ClientCommand> clientCommandList)
void
sort()
-
-
-
Method Detail
-
sort
public void sort()
-
getClientCommandList
public List<RpcCommand.ClientCommand> getClientCommandList()
-
setClientCommandList
public void setClientCommandList(List<RpcCommand.ClientCommand> clientCommandList)
-
-