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