Interface APIHostClientInterface

All Superinterfaces:
AnyRpcClientContextFactory

public interface APIHostClientInterface extends AnyRpcClientContextFactory
RPC-agnostic equivalent of APIHost.ClientInterface, plus an RPC client context factory method.

If you add methods to APIHost in apphosting/base/runtime.proto, you need to remember to add them here too. Note that we omit the blocking version of the methods, since they are currently unused.