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 Details

    • SubscriberImplBase

      public SubscriberImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService