RoutingStopped

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

An event triggered to stop an active route.

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