Uses of Class
com.google.apphosting.runtime.grpc.GrpcClientContext
Packages that use GrpcClientContext
-
Uses of GrpcClientContext in com.google.apphosting.runtime.grpc
Methods in com.google.apphosting.runtime.grpc with parameters of type GrpcClientContextModifier 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.