public interface  org.apache.drill.exec.rpc.RpcCommand extends java.lang.Object implements org.apache.drill.exec.rpc.RpcConnectionHandler
{
public abstract void connectionAvailable(org.apache.drill.exec.rpc.RemoteConnection);
public abstract com.google.protobuf.Internal$EnumLite getRpcType();
public abstract com.google.protobuf.MessageLite getMessage();
public abstract org.apache.drill.exec.rpc.RpcOutcomeListener getOutcomeListener();
}