Package com.daml.ledger.api.v1
Class LedgerConfigurationServiceGrpc
- java.lang.Object
 - 
- com.daml.ledger.api.v1.LedgerConfigurationServiceGrpc
 
 
- 
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/ledger_configuration_service.proto") public final class LedgerConfigurationServiceGrpc extends java.lang.ObjectLedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStubLedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.static classLedgerConfigurationServiceGrpc.LedgerConfigurationServiceFutureStubLedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.static classLedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBaseLedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.static classLedgerConfigurationServiceGrpc.LedgerConfigurationServiceStubLedgerConfigurationService allows clients to subscribe to changes of the ledger configuration. 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest,LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse>getGetLedgerConfigurationMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LedgerConfigurationServiceGrpc.LedgerConfigurationServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LedgerConfigurationServiceGrpc.LedgerConfigurationServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service 
 - 
 
- 
- 
Field Detail
- 
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getGetLedgerConfigurationMethod
public static io.grpc.MethodDescriptor<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest,LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse> getGetLedgerConfigurationMethod()
 
- 
newStub
public static LedgerConfigurationServiceGrpc.LedgerConfigurationServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service 
- 
newBlockingStub
public static LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service 
- 
newFutureStub
public static LedgerConfigurationServiceGrpc.LedgerConfigurationServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service 
- 
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
 
 - 
 
 -