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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
SubscriberImplBase
public SubscriberImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-