Package com.daml.ledger.api.v1.admin
Class ConfigManagementServiceGrpc.ConfigManagementServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.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 Summary
Constructors Constructor Description ConfigManagementServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.daml.ledger.api.v1.admin.ConfigManagementServiceGrpc.AsyncService
getTimeModel, setTimeModel
-
-