Package com.daml.ledger.api.v1.admin
Class ConfigManagementServiceGrpc.ConfigManagementServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ConfigManagementServiceGrpc.ConfigManagementServiceStub>
-
- com.daml.ledger.api.v1.admin.ConfigManagementServiceGrpc.ConfigManagementServiceStub
-
- Enclosing class:
- ConfigManagementServiceGrpc
public static final class ConfigManagementServiceGrpc.ConfigManagementServiceStub extends io.grpc.stub.AbstractAsyncStub<ConfigManagementServiceGrpc.ConfigManagementServiceStub>
Status: 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigManagementServiceGrpc.ConfigManagementServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getTimeModel(ConfigManagementServiceOuterClass.GetTimeModelRequest request, io.grpc.stub.StreamObserver<ConfigManagementServiceOuterClass.GetTimeModelResponse> responseObserver)
Return the currently active time model and the current configuration generation.void
setTimeModel(ConfigManagementServiceOuterClass.SetTimeModelRequest request, io.grpc.stub.StreamObserver<ConfigManagementServiceOuterClass.SetTimeModelResponse> responseObserver)
Set the ledger time model.
-
-
-
Method Detail
-
build
protected ConfigManagementServiceGrpc.ConfigManagementServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ConfigManagementServiceGrpc.ConfigManagementServiceStub>
-
getTimeModel
public void getTimeModel(ConfigManagementServiceOuterClass.GetTimeModelRequest request, io.grpc.stub.StreamObserver<ConfigManagementServiceOuterClass.GetTimeModelResponse> responseObserver)
Return the currently active time model and the current configuration generation.
-
setTimeModel
public void setTimeModel(ConfigManagementServiceOuterClass.SetTimeModelRequest request, io.grpc.stub.StreamObserver<ConfigManagementServiceOuterClass.SetTimeModelResponse> responseObserver)
Set the ledger time model.
-
-