Class 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 Detail

      • PublisherServiceImplBase

        public PublisherServiceImplBase()
    • Method Detail

      • bindService

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