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