Class Tagged
java.lang.Object
org.apache.pekko.persistence.journal.Tagged
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Taggedbooleanscala.collection.immutable.Set<String>booleaninthashCode()payload()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.collection.immutable.Set<String>tags()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Tagged
-
Tagged
Java API
-
-
Method Details
-
apply
-
unapply
-
payload
-
tags
-
copy
-
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-