Class AdminServiceGrpc.AdminServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService , xyz.block.ftl.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.
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ServerServiceDefinition bindService()
      • Methods inherited from class xyz.block.ftl.v1.AdminServiceGrpc.AsyncService

        configGet, configList, configSet, configUnset, ping, secretGet, secretSet, secretUnset, secretsList
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdminServiceGrpc.AdminServiceImplBase

        AdminServiceGrpc.AdminServiceImplBase()
    • Method Detail

      • bindService

         final ServerServiceDefinition bindService()