io.github.positionpal.location.domain.UserUpdate
See theUserUpdate companion object
case class UserUpdate(timestamp: Instant, user: UserId, group: GroupId, position: Option[GPSLocation], status: UserState) extends DrivenEvent
A user update event.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DrivenEventtrait DomainEventclass Objecttrait Matchableclass Any
Members list
In this article