Package com.daml.ledger.api.v1
Interface LedgerConfigurationServiceGrpc.AsyncService
-
- All Known Implementing Classes:
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase
- Enclosing class:
- LedgerConfigurationServiceGrpc
public static interface LedgerConfigurationServiceGrpc.AsyncService
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration. In V2 Ledger API this service is not available anymore.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
getLedgerConfiguration(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest request, io.grpc.stub.StreamObserver<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse> responseObserver)
Returns the latest configuration as the first response, and publishes configuration updates in the same stream.
-
-
-
Method Detail
-
getLedgerConfiguration
default void getLedgerConfiguration(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest request, io.grpc.stub.StreamObserver<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse> responseObserver)
Returns the latest configuration as the first response, and publishes configuration updates in the same stream.
-
-