public abstract static class SubscriberServiceGrpc.SubscriberServiceImplBase extends Object implements io.grpc.BindableService
The service that a subscriber client application uses to receive messages from subscriptions.
| Constructor and Description |
|---|
SubscriberServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<SubscribeRequest> |
subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver)
Establishes a stream with the server for receiving messages.
|
public io.grpc.stub.StreamObserver<SubscribeRequest> subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver)
Establishes a stream with the server for receiving messages.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2023 Google LLC. All rights reserved.