package models
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait Actor extends AnyRef
Actor refers to actors that triggered an event
- final case class LaxEmailAddress(text: String) extends AnyVal with Product with Serializable
LaxEmailAddress is a wrapper to string but designed to carry the idea of an email address
LaxEmailAddress is a wrapper to string but designed to carry the idea of an email address
NO verification takes place !
- sealed trait OldStyleActor extends AnyRef
OldStyleActor refers to actors who triggered the older events created before rework in 2022
OldStyleActor refers to actors who triggered the older events created before rework in 2022
The gatekeeper users typically have an id of "admin@gatekeeper"
These should NEVER be used on newer events and deliberately are not part of any class hierarchy with the Actor trait.
- Annotations
- @Deprecated
Value Members
- object Actor
- object Actors
- object LaxEmailAddress extends Serializable
- object OldStyleActor
- object OldStyleActors