Class PublisherServiceGrpc.PublisherServiceImplBase

java.lang.Object
com.google.cloud.pubsublite.proto.PublisherServiceGrpc.PublisherServiceImplBase
All Implemented Interfaces:
PublisherServiceGrpc.AsyncService, io.grpc.BindableService
Enclosing class:
PublisherServiceGrpc

public abstract static class PublisherServiceGrpc.PublisherServiceImplBase extends Object implements io.grpc.BindableService, PublisherServiceGrpc.AsyncService
Base class for the server implementation of the service PublisherService.
 The service that a publisher client application uses to publish messages to
 topics. Published messages are retained by the service for the duration of
 the retention period configured for the respective topic, and are delivered
 to subscriber clients upon request (via the `SubscriberService`).
 
  • Constructor Details

    • PublisherServiceImplBase

      public PublisherServiceImplBase()
  • Method Details

    • bindService

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