public abstract static class SubscriberGrpc.SubscriberImplBase extends Object implements BindableService, SubscriberGrpc.AsyncService
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 and Description |
---|
SubscriberImplBase() |
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
bindService() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acknowledge, createSnapshot, createSubscription, deleteSnapshot, deleteSubscription, getSnapshot, getSubscription, listSnapshots, listSubscriptions, modifyAckDeadline, modifyPushConfig, pull, seek, streamingPull, updateSnapshot, updateSubscription
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2023 Google LLC. All rights reserved.