SOSAlertStopped

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

An event triggered by a user when stopping the SOS alert.

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