ObservingTime

interface ObservingTime : Comparable<ObservingTime>

Represent information when a replica was observed in last time.

Types

Link copied to clipboard
object Never : ObservingTime
Link copied to clipboard
object Now : ObservingTime
Link copied to clipboard
data class TimeInPast(val time: Instant) : ObservingTime

Functions

Link copied to clipboard
abstract operator fun compareTo(other: ObservingTime): Int

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard