All Downloads are FREE. Search and download functionalities are using the official Maven repository.

counters.model.CounterState.scala Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package counters.model

import java.time.Instant
import java.util.UUID

case class CounterState(
  id:UUID,
  group:CountersGroup,
  counter:Counter,
  count:Long,
  lastUpdated: Instant,
  lastOrigin: Option[OperationOrigin]
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy