WentOffline

io.github.positionpal.location.domain.WentOffline
See theWentOffline companion object
case class WentOffline(timestamp: Instant, user: UserId, group: GroupId) extends ClientDrivingEvent

An event triggered when a user goes offline.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DrivingEvent
trait DomainEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scope: Scope

The Scope of the event, i.e., an aggregation of the user and group this event is related to.

The Scope of the event, i.e., an aggregation of the user and group this event is related to.

Attributes

Inherited from:
DomainEvent