Uses of Interface
com.google.apphosting.runtime.anyrpc.AnyRpcClientContext
-
Packages that use AnyRpcClientContext Package Description com.google.apphosting.runtime.anyrpc com.google.apphosting.runtime.grpc -
-
Uses of AnyRpcClientContext in com.google.apphosting.runtime.anyrpc
Methods in com.google.apphosting.runtime.anyrpc that return AnyRpcClientContext Modifier and Type Method Description AnyRpcClientContextAnyRpcClientContextFactory. newClientContext()Methods in com.google.apphosting.runtime.anyrpc with parameters of type AnyRpcClientContext Modifier and Type Method Description voidAPIHostClientInterface. call(AnyRpcClientContext ctx, com.google.apphosting.base.protos.RuntimePb.APIRequest req, AnyRpcCallback<com.google.apphosting.base.protos.RuntimePb.APIResponse> cb) -
Uses of AnyRpcClientContext in com.google.apphosting.runtime.grpc
Classes in com.google.apphosting.runtime.grpc that implement AnyRpcClientContext Modifier and Type Class Description classGrpcClientContextAnAnyRpcClientContextthat will record the details of a gRPC call.
-