Package akka.persistence
Class SerializedEvent
- java.lang.Object
-
- akka.persistence.SerializedEvent
-
public final class SerializedEvent extends java.lang.Object
Some journal implementations may support events of this type by writing the event payload and serialization information without having to serialize it.
-
-
Constructor Summary
Constructors Constructor Description SerializedEvent(byte[] bytes, int serializerId, java.lang.String serializerManifest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
bytes()
int
serializerId()
java.lang.String
serializerManifest()
-