Interface SubscriberServiceGrpc.AsyncService
- All Known Implementing Classes:
SubscriberServiceGrpc.SubscriberServiceImplBase
- Enclosing class:
- SubscriberServiceGrpc
public static interface SubscriberServiceGrpc.AsyncService
The service that a subscriber client application uses to receive messages from subscriptions.
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<SubscribeRequest>subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver) Establishes a stream with the server for receiving messages.
-
Method Details
-
subscribe
default io.grpc.stub.StreamObserver<SubscribeRequest> subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver) Establishes a stream with the server for receiving messages.
-