Package com.daml.ledger.api.v1
Class LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase
- java.lang.Object
 - 
- com.daml.ledger.api.v1.LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase
 
 
- 
- All Implemented Interfaces:
 io.grpc.BindableService
- Enclosing class:
 - LedgerConfigurationServiceGrpc
 
public abstract static class LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceLedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
 
- 
- 
Constructor Summary
Constructors Constructor Description LedgerConfigurationServiceImplBase() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetLedgerConfiguration(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
public 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.
 
- 
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
 bindServicein interfaceio.grpc.BindableService
 
 - 
 
 -