Package com.daml.ledger.api.v1
Class LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase
-
- All Implemented Interfaces:
LedgerConfigurationServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- LedgerConfigurationServiceGrpc
public abstract static class LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase extends java.lang.Object implements io.grpc.BindableService, LedgerConfigurationServiceGrpc.AsyncService
Base class for the server implementation of the service LedgerConfigurationService.LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration. In V2 Ledger API this service is not available anymore.
-
-
Constructor Summary
Constructors Constructor Description LedgerConfigurationServiceImplBase()
-
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.LedgerConfigurationServiceGrpc.AsyncService
getLedgerConfiguration
-
-