Package com.google.pubsub.v1
Class SubscriberGrpc.SubscriberImplBase
- java.lang.Object
-
- com.google.pubsub.v1.SubscriberGrpc.SubscriberImplBase
-
- All Implemented Interfaces:
SubscriberGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SubscriberGrpc
public abstract static class SubscriberGrpc.SubscriberImplBase extends Object implements io.grpc.BindableService, SubscriberGrpc.AsyncService
Base class for the server implementation of the service Subscriber.The service that an application uses to manipulate subscriptions and to consume messages from a subscription via the `Pull` method or by establishing a bi-directional stream using the `StreamingPull` method.
-
-
Constructor Summary
Constructors Constructor Description SubscriberImplBase()
-
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.pubsub.v1.SubscriberGrpc.AsyncService
acknowledge, createSnapshot, createSubscription, deleteSnapshot, deleteSubscription, getSnapshot, getSubscription, listSnapshots, listSubscriptions, modifyAckDeadline, modifyPushConfig, pull, seek, streamingPull, updateSnapshot, updateSubscription
-
-