Interface EvaluationRuntimeServerInterface
-
- All Known Implementing Classes:
JavaRuntime
public interface EvaluationRuntimeServerInterfaceRPC-agnostic version of EvaluationRuntime.ServerInterface.If you add methods to EvaluationRuntime in apphosting/base/runtime.proto, you need to remember to add them here too.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)voiddeleteAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)voidhandleRequest(AnyRpcServerContext ctx, com.google.apphosting.base.protos.RuntimePb.UPRequest req)
-
-
-
Method Detail
-
handleRequest
void handleRequest(AnyRpcServerContext ctx, com.google.apphosting.base.protos.RuntimePb.UPRequest req)
-
addAppVersion
void addAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)
-
deleteAppVersion
void deleteAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)
-
-