Uses of Interface
com.google.apphosting.runtime.anyrpc.AnyRpcCallback
-
Packages that use AnyRpcCallback Package Description com.google.apphosting.runtime.anyrpc com.google.apphosting.runtime.grpc -
-
Uses of AnyRpcCallback in com.google.apphosting.runtime.anyrpc
Methods in com.google.apphosting.runtime.anyrpc with parameters of type AnyRpcCallback 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 AnyRpcCallback in com.google.apphosting.runtime.grpc
Methods in com.google.apphosting.runtime.grpc with parameters of type AnyRpcCallback Modifier and Type Method Description static <ResponseT extends com.google.protobuf.Message>
CallbackStreamObserver<ResponseT>CallbackStreamObserver. of(GrpcClientContext clientContext, AnyRpcCallback<ResponseT> anyRpcCallback)Returns aStreamObserverthat will convert gRPC responses into calls on the givenanyRpcCallback.
-