Class ControlServiceGrpc.ControlServiceImplBase (0.41.0)

public abstract static class ControlServiceGrpc.ControlServiceImplBase implements BindableService, ControlServiceGrpc.AsyncService

Base class for the server implementation of the service ControlService.

Service for performing CRUD operations on Controls. Controls allow for custom logic to be implemented in the serving path. Controls need to be attached to a Serving Config to be considered during a request.

Inheritance

java.lang.Object > ControlServiceGrpc.ControlServiceImplBase

Implements

io.grpc.BindableService, ControlServiceGrpc.AsyncService

Constructors

ControlServiceImplBase()

public ControlServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition