ObservingState
data class ObservingState( val observerIds: Set<Long> = emptySet(), val activeObserverIds: Set<Long> = emptySet(), val observingTime: ObservingTime = ObservingTime.Never)
Content copied to clipboard
Has information about observers of a replica.
Constructors
Link copied to clipboard
fun ObservingState( observerIds: Set<Long> = emptySet(), activeObserverIds: Set<Long> = emptySet(), observingTime: ObservingTime = ObservingTime.Never)
Content copied to clipboard