public abstract static class LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
Constructor and Description |
---|
LedgerConfigurationServiceImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
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.
|
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService