Uses of Class
com.google.apphosting.runtime.grpc.CallbackStreamObserver
Packages that use CallbackStreamObserver
-
Uses of CallbackStreamObserver in com.google.apphosting.runtime.grpc
Methods in com.google.apphosting.runtime.grpc that return CallbackStreamObserverModifier 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.