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 Summary
Constructors Constructor Description PublisherServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.pubsublite.proto.PublisherServiceGrpc.AsyncService
publish
-
-