Interface TimeClient

All Known Implementing Classes:
TimeClientImpl

public interface TimeClient
  • Method Summary

    Modifier and Type
    Method
    Description
    io.reactivex.Flowable<Instant>
     
    io.reactivex.Flowable<Instant>
    getTime(String accessToken)
     
    io.reactivex.Single<com.google.protobuf.Empty>
    setTime(Instant currentTime, Instant newTime)
     
    io.reactivex.Single<com.google.protobuf.Empty>
    setTime(Instant currentTime, Instant newTime, String accessToken)
     
  • Method Details

    • setTime

      io.reactivex.Single<com.google.protobuf.Empty> setTime(Instant currentTime, Instant newTime)
    • setTime

      io.reactivex.Single<com.google.protobuf.Empty> setTime(Instant currentTime, Instant newTime, String accessToken)
    • getTime

      io.reactivex.Flowable<Instant> getTime()
    • getTime

      io.reactivex.Flowable<Instant> getTime(String accessToken)