Package xyz.block.ftl.admin.v1
Class AdminServiceGrpc.AdminServiceImplBase
-
- All Implemented Interfaces:
-
io.grpc.BindableService,xyz.block.ftl.admin.v1.AdminServiceGrpc.AsyncService
public abstract class AdminServiceGrpc.AdminServiceImplBase implements BindableService, AdminServiceGrpc.AsyncService
Base class for the server implementation of the service AdminService.
AdminService is the service that provides and updates admin data. For example, it is used to encapsulate configuration and secrets.
-
-
Constructor Summary
Constructors Constructor Description AdminServiceGrpc.AdminServiceImplBase()
-
Method Summary
Modifier and Type Method Description final ServerServiceDefinitionbindService()-
Methods inherited from class xyz.block.ftl.admin.v1.AdminServiceGrpc.AsyncService
applyChangeset, clusterInfo, configGet, configList, configSet, configUnset, failChangeset, getArtefactDiffs, getDeploymentArtefacts, getSchema, getSubscriptionInfo, getTopicInfo, mapConfigsForModule, mapSecretsForModule, ping, pullSchema, resetSubscription, rollbackChangeset, secretGet, secretSet, secretUnset, secretsList, streamLogs, updateDeploymentRuntime, 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()
-
-
-
-