EventDetail

com.worxbend.persistence.repository.EventDetail
See theEventDetail companion object
final case class EventDetail(summary: EventSummary, raw: Json)

A single event with its payload.

Composed of a EventSummary plus raw rather than being a flat 14-field record, so the list projection and the detail projection cannot drift: the detail query is literally the list query plus one column.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product