public static final class SubscriberServiceGrpc.SubscriberServiceStub extends io.grpc.stub.AbstractAsyncStub<SubscriberServiceGrpc.SubscriberServiceStub>
The service that a subscriber client application uses to receive messages from subscriptions.
| Modifier and Type | Method and Description |
|---|---|
protected SubscriberServiceGrpc.SubscriberServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<SubscribeRequest> |
subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver)
Establishes a stream with the server for receiving messages.
|
protected SubscriberServiceGrpc.SubscriberServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SubscriberServiceGrpc.SubscriberServiceStub>public io.grpc.stub.StreamObserver<SubscribeRequest> subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver)
Establishes a stream with the server for receiving messages.
Copyright © 2023 Google LLC. All rights reserved.