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 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)