Package com.daml.ledger.rxjava
Interface TimeClient
- 
- All Known Implementing Classes:
- TimeClientImpl
 
 public interface TimeClient
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Flowable<java.time.Instant>getTime()io.reactivex.Flowable<java.time.Instant>getTime(java.lang.String accessToken)io.reactivex.Single<com.google.protobuf.Empty>setTime(java.time.Instant currentTime, java.time.Instant newTime)io.reactivex.Single<com.google.protobuf.Empty>setTime(java.time.Instant currentTime, java.time.Instant newTime, java.lang.String accessToken)
 
- 
- 
- 
Method Detail- 
setTimeio.reactivex.Single<com.google.protobuf.Empty> setTime(java.time.Instant currentTime, java.time.Instant newTime)
 - 
setTimeio.reactivex.Single<com.google.protobuf.Empty> setTime(java.time.Instant currentTime, java.time.Instant newTime, java.lang.String accessToken)
 - 
getTimeio.reactivex.Flowable<java.time.Instant> getTime() 
 - 
getTimeio.reactivex.Flowable<java.time.Instant> getTime(java.lang.String accessToken) 
 
- 
 
-