Packages

p

persistentscheduler

package persistentscheduler

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class EventType(value: String) extends AnyVal with Product with Serializable
  2. final case class Id(value: UUID) extends AnyVal with Product with Serializable
  3. final case class Payload(value: String) extends AnyVal with Product with Serializable
  4. final case class Reference(value: String) extends AnyVal with Product with Serializable
  5. case class SchedulerSettings(delay: FiniteDuration, interval: FiniteDuration, askTimeout: FiniteDuration) extends Product with Serializable
  6. final case class TimedEvent(id: Id, date: Instant, eventType: EventType, reference: Option[Reference], payload: Option[Payload]) extends Product with Serializable

Value Members

  1. object SchedulerSettings extends Serializable
  2. object TimedEvent extends Serializable

Ungrouped