Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Actor extends AnyRef

    Actor refers to actors that triggered an event

  2. 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 !

  3. 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

  1. object Actor
  2. object Actors
  3. object LaxEmailAddress extends Serializable
  4. object OldStyleActor
  5. object OldStyleActors

Ungrouped