Class ConfigManagementServiceGrpc.ConfigManagementServiceImplBase

  • All Implemented Interfaces:
    ConfigManagementServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    ConfigManagementServiceGrpc

    public abstract static class ConfigManagementServiceGrpc.ConfigManagementServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, ConfigManagementServiceGrpc.AsyncService
    Base class for the server implementation of the service ConfigManagementService.
     Status: experimental interface, will change before it is deemed production
     ready
     The ledger configuration management service provides methods for the ledger administrator
     to change the current ledger configuration. The services provides methods to modify
     different aspects of the configuration.
     In V2 Ledger API this service is not available anymore.
     
    • Constructor Detail

      • ConfigManagementServiceImplBase

        public ConfigManagementServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService