Class CursorServiceGrpc.CursorServiceImplBase (1.13.2)

public abstract static class CursorServiceGrpc.CursorServiceImplBase implements BindableService, CursorServiceGrpc.AsyncService

Base class for the server implementation of the service CursorService.

The service that a subscriber client application uses to manage committed cursors while receiving messsages. A cursor represents a subscriber's progress within a topic partition for a given subscription.

Inheritance

java.lang.Object > CursorServiceGrpc.CursorServiceImplBase

Implements

io.grpc.BindableService, CursorServiceGrpc.AsyncService

Constructors

CursorServiceImplBase()

public CursorServiceImplBase()

Methods

bindService()

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