Package xyz.block.ftl.v1
Class ControllerServiceGrpc.ControllerServiceImplBase
-
- All Implemented Interfaces:
-
io.grpc.BindableService,xyz.block.ftl.v1.ControllerServiceGrpc.AsyncService
public abstract class ControllerServiceGrpc.ControllerServiceImplBase implements BindableService, ControllerServiceGrpc.AsyncService
Base class for the server implementation of the service ControllerService.
-
-
Constructor Summary
Constructors Constructor Description ControllerServiceGrpc.ControllerServiceImplBase()
-
Method Summary
Modifier and Type Method Description final ServerServiceDefinitionbindService()-
Methods inherited from class xyz.block.ftl.v1.ControllerServiceGrpc.AsyncService
createDeployment, getArtefactDiffs, getDeployment, getDeploymentArtefacts, getSchema, ping, processList, pullSchema, registerRunner, replaceDeploy, resetSubscription, status, streamDeploymentLogs, updateDeploy, uploadArtefact -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
bindService
final ServerServiceDefinition bindService()
-
-
-
-