Package com.daml.ledger.api.v1.admin
Class ConfigManagementServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.ConfigManagementServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/admin/config_management_service.proto") public final class ConfigManagementServiceGrpc extends java.lang.ObjectStatus: experimental interface, will change before it is deemed production ready The ledger configuration management service provides methods for the ledger administrator to change the current ledger configuration. The services provides methods to modify different aspects of the configuration. In V2 Ledger API this service is not available anymore.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigManagementServiceGrpc.AsyncServiceStatus: experimental interface, will change before it is deemed production ready The ledger configuration management service provides methods for the ledger administrator to change the current ledger configuration.static classConfigManagementServiceGrpc.ConfigManagementServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ConfigManagementService.static classConfigManagementServiceGrpc.ConfigManagementServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ConfigManagementService.static classConfigManagementServiceGrpc.ConfigManagementServiceImplBaseBase class for the server implementation of the service ConfigManagementService.static classConfigManagementServiceGrpc.ConfigManagementServiceStubA stub to allow clients to do asynchronous rpc calls to service ConfigManagementService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetTimeModelMethod
public static io.grpc.MethodDescriptor<ConfigManagementServiceOuterClass.GetTimeModelRequest,ConfigManagementServiceOuterClass.GetTimeModelResponse> getGetTimeModelMethod()
-
getSetTimeModelMethod
public static io.grpc.MethodDescriptor<ConfigManagementServiceOuterClass.SetTimeModelRequest,ConfigManagementServiceOuterClass.SetTimeModelResponse> getSetTimeModelMethod()
-
newStub
public static ConfigManagementServiceGrpc.ConfigManagementServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConfigManagementServiceGrpc.ConfigManagementServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConfigManagementServiceGrpc.ConfigManagementServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ConfigManagementServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-