Interface EvaluationRuntimeServerInterface
- All Known Implementing Classes:
JavaRuntime
public interface EvaluationRuntimeServerInterface
RPC-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
Modifier and TypeMethodDescriptionvoidaddAppVersion(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 Details
-
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)
-