Tagged

org.apache.pekko.persistence.journal.Tagged
case class Tagged(payload: Any, tags: Set[String])

The journal may support tagging of events that are used by the EventsByTag query and it may support specifying the tags via an pekko.persistence.journal.EventAdapter that wraps the events in a Tagged with the given tags. The journal may support other ways of doing tagging. Please consult the documentation of the specific journal implementation for more information.

The journal will unwrap the event and store the payload.

Attributes

Source
Tagged.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(payload: Any, tags: Set[String])

Java API

Java API

Attributes

Source
Tagged.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product