Class PublisherServiceGrpc.PublisherServiceImplBase (1.13.0)

public abstract static class PublisherServiceGrpc.PublisherServiceImplBase implements 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).

Inheritance

java.lang.Object > PublisherServiceGrpc.PublisherServiceImplBase

Implements

io.grpc.BindableService, PublisherServiceGrpc.AsyncService

Constructors

PublisherServiceImplBase()

public PublisherServiceImplBase()

Methods

bindService()

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