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.Object
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.static class
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceFutureStub
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.static class
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.static class
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceStub
LedgerConfigurationService allows clients to subscribe to changes of the ledger configuration.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_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.ServiceDescriptor
getServiceDescriptor()
static LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LedgerConfigurationServiceGrpc.LedgerConfigurationServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LedgerConfigurationServiceGrpc.LedgerConfigurationServiceStub
newStub(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()
-
-