Class SubscriberServiceGrpc.SubscriberServiceImplBase
- java.lang.Object
-
- com.google.cloud.pubsublite.proto.SubscriberServiceGrpc.SubscriberServiceImplBase
-
- All Implemented Interfaces:
SubscriberServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SubscriberServiceGrpc
public abstract static class SubscriberServiceGrpc.SubscriberServiceImplBase extends Object implements io.grpc.BindableService, SubscriberServiceGrpc.AsyncService
Base class for the server implementation of the service SubscriberService.The service that a subscriber client application uses to receive messages from subscriptions.
-
-
Constructor Summary
Constructors Constructor Description SubscriberServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.pubsublite.proto.SubscriberServiceGrpc.AsyncService
subscribe
-
-