| Package | Description |
|---|---|
| com.google.apphosting.runtime.anyrpc | |
| com.google.apphosting.runtime.grpc |
| Modifier and Type | Method and Description |
|---|---|
void |
APIHostClientInterface.call(AnyRpcClientContext ctx,
com.google.apphosting.base.protos.RuntimePb.APIRequest req,
AnyRpcCallback<com.google.apphosting.base.protos.RuntimePb.APIResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT extends com.google.protobuf.Message> |
CallbackStreamObserver.of(GrpcClientContext clientContext,
AnyRpcCallback<ResponseT> anyRpcCallback)
Returns a
StreamObserver that will convert gRPC responses into calls on the given
anyRpcCallback. |
Copyright © 2022. All rights reserved.