Packages

p

domain

package domain

Type Members

  1. case class Item (id: UUID, jobId: UUID, status: String, createdAt: Date, updatedAt: Option[Date], attributes: Map[String, String]) extends Product with Serializable
  2. case class Job (id: UUID, appName: String, state: String, createdAt: Date, updatedAt: Option[Date], attributes: Map[String, String]) extends Product with Serializable

Ungrouped