FlowPersistentReprSerializer
Attributes
- Source
- PersistentReprSerializer.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Concrete methods
A flow which deserializes each element into a PersistentRepr, a set of tags and a Long representing the global ordering of events
A flow which deserializes each element into a PersistentRepr, a set of tags and a Long representing the global ordering of events
Attributes
Inherited methods
Attributes
- Inherited from:
- PersistentReprSerializer
- Source
- PersistentReprSerializer.scala
An org.apache.pekko.persistence.AtomicWrite contains a Sequence of events (with metadata, the PersistentRepr) that must all be persisted or all fail, what makes the operation atomic. The function converts each AtomicWrite to a Future[Seq[T]]. The Try denotes whether there was a problem with the AtomicWrite or not.
An org.apache.pekko.persistence.AtomicWrite contains a Sequence of events (with metadata, the PersistentRepr) that must all be persisted or all fail, what makes the operation atomic. The function converts each AtomicWrite to a Future[Seq[T]]. The Try denotes whether there was a problem with the AtomicWrite or not.
Attributes
- Inherited from:
- PersistentReprSerializer
- Source
- PersistentReprSerializer.scala
Inherited and Abstract methods
deserialize into a PersistentRepr, a set of tags and a Long representing the global ordering of events
deserialize into a PersistentRepr, a set of tags and a Long representing the global ordering of events
Attributes
- Inherited from:
- PersistentReprSerializer
- Source
- PersistentReprSerializer.scala
Attributes
- Inherited from:
- PersistentReprSerializer
- Source
- PersistentReprSerializer.scala
Implicits
Inherited and Abstract implicits
Attributes
- Inherited from:
- PersistentReprSerializer
- Source
- PersistentReprSerializer.scala