Uses of Interface
com.google.apphosting.runtime.anyrpc.AnyRpcCallback
Packages that use AnyRpcCallback
-
Uses of AnyRpcCallback in com.google.apphosting.runtime.anyrpc
Methods in com.google.apphosting.runtime.anyrpc with parameters of type AnyRpcCallbackModifier and TypeMethodDescriptionvoidAPIHostClientInterface.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 AnyRpcCallbackModifier and TypeMethodDescriptionstatic <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.