Package xyz.block.ftl.v1
Class SchemaServiceGrpc.SchemaServiceImplBase
-
- All Implemented Interfaces:
-
io.grpc.BindableService,xyz.block.ftl.v1.SchemaServiceGrpc.AsyncService
public abstract class SchemaServiceGrpc.SchemaServiceImplBase implements BindableService, SchemaServiceGrpc.AsyncService
Base class for the server implementation of the service SchemaService.
-
-
Constructor Summary
Constructors Constructor Description SchemaServiceGrpc.SchemaServiceImplBase()
-
Method Summary
Modifier and Type Method Description final ServerServiceDefinitionbindService()-
Methods inherited from class xyz.block.ftl.v1.SchemaServiceGrpc.AsyncService
commitChangeset, createChangeset, drainChangeset, failChangeset, finalizeChangeset, getDeployment, getDeployments, getSchema, ping, prepareChangeset, pullSchema, rollbackChangeset, updateDeploymentRuntime -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
bindService
final ServerServiceDefinition bindService()
-
-
-
-