public static final class LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub extends io.grpc.stub.AbstractStub<LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub>
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
| Modifier and Type | Method and Description | 
|---|---|
protected LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub | 
build(io.grpc.Channel channel,
     io.grpc.CallOptions callOptions)  | 
java.util.Iterator<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse> | 
getLedgerConfiguration(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest request)
 Returns the latest configuration as the first response, and publishes configuration updates in the same stream. 
 | 
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub>public java.util.Iterator<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse> getLedgerConfiguration(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest request)
Returns the latest configuration as the first response, and publishes configuration updates in the same stream. Errors: - ``UNAUTHENTICATED``: if the request does not include a valid access token - ``PERMISSION_DENIED``: if the claims in the token are insufficient to perform a given operation - ``NOT_FOUND``: if the request does not include a valid ledger id