Package com.daml.ledger.rxjava.grpc
Class TimeClientImpl
java.lang.Object
com.daml.ledger.rxjava.grpc.TimeClientImpl
- All Implemented Interfaces:
TimeClient
-
Constructor Summary
ConstructorsConstructorDescriptionTimeClientImpl
(io.grpc.Channel channel, com.daml.grpc.adapter.ExecutionSequencerFactory sequencerFactory, Optional<String> accessToken) -
Method Summary
-
Constructor Details
-
TimeClientImpl
-
-
Method Details
-
setTime
- Specified by:
setTime
in interfaceTimeClient
-
setTime
public io.reactivex.Single<com.google.protobuf.Empty> setTime(Instant currentTime, Instant newTime, String accessToken) - Specified by:
setTime
in interfaceTimeClient
-
getTime
- Specified by:
getTime
in interfaceTimeClient
-
getTime
- Specified by:
getTime
in interfaceTimeClient
-