org.apache.pekko.persistence.serialization
Members list
Type members
Classlikes
trait Message extends Serializable
Marker trait for all protobuf-serializable messages in pekko.persistence.
Marker trait for all protobuf-serializable messages in pekko.persistence.
Attributes
- Source
- MessageSerializer.scala
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
class MessageSerializer(val system: ExtendedActorSystem) extends BaseSerializer
Protobuf serializer for pekko.persistence.PersistentRepr, pekko.persistence.AtLeastOnceDelivery and pekko.persistence.fsm.PersistentFSM.StateChangeEvent messages.
Protobuf serializer for pekko.persistence.PersistentRepr, pekko.persistence.AtLeastOnceDelivery and pekko.persistence.fsm.PersistentFSM.StateChangeEvent messages.
Attributes
- Source
- MessageSerializer.scala
- Supertypes
Wrapper for snapshot data. Snapshot data are the actual snapshot objects captured by the persistent actor.
Wrapper for snapshot data. Snapshot data are the actual snapshot objects captured by the persistent actor.
Attributes
- See also
- Source
- SnapshotSerializer.scala
- Supertypes
class SnapshotSerializer(val system: ExtendedActorSystem) extends BaseSerializer
Snapshot serializer.
Value members
Concrete methods
Converts an input stream to a byte array.
In this article