Class SubscriberGrpc.SubscriberImplBase (1.127.3)

public abstract static class SubscriberGrpc.SubscriberImplBase implements 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.

Inheritance

java.lang.Object > SubscriberGrpc.SubscriberImplBase

Implements

io.grpc.BindableService, SubscriberGrpc.AsyncService

Constructors

SubscriberImplBase()

public SubscriberImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition