Package org.apache.pekko.persistence
Class PersistentImpl$
- All Implemented Interfaces:
Serializable
,scala.Function9<Object,
Object, String, String, Object, ActorRef, String, Object, scala.Option<Object>, org.apache.pekko.persistence.PersistentImpl>
public class PersistentImpl$
extends scala.runtime.AbstractFunction9<Object,Object,String,String,Object,ActorRef,String,Object,scala.Option<Object>,org.apache.pekko.persistence.PersistentImpl>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistentImpl$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.persistence.PersistentImpl
apply
(Object payload, long sequenceNr, String persistenceId, String manifest, boolean deleted, ActorRef sender, String writerUuid, long timestamp, scala.Option<Object> metadata) final String
toString()
scala.Option<scala.Tuple9<Object,
Object, String, String, Object, ActorRef, String, Object, scala.Option<Object>>> unapply
(org.apache.pekko.persistence.PersistentImpl x$0) Methods inherited from class scala.runtime.AbstractFunction9
curried, tupled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function9
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PersistentImpl$
public PersistentImpl$()
-
-
Method Details
-
toString
- Specified by:
toString
in interfacescala.Function9<Object,
Object, String, String, Object, ActorRef, String, Object, scala.Option<Object>, org.apache.pekko.persistence.PersistentImpl> - Overrides:
toString
in classscala.runtime.AbstractFunction9<Object,
Object, String, String, Object, ActorRef, String, Object, scala.Option<Object>, org.apache.pekko.persistence.PersistentImpl>
-
apply
-
unapply
-