Tagged
org.apache.pekko.persistence.journal.Tagged
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
Members list
In this article