Package akka.persistence
Class AtomicWrite$
- java.lang.Object
-
- akka.persistence.AtomicWrite$
-
- All Implemented Interfaces:
java.io.Serializable
public class AtomicWrite$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AtomicWrite$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AtomicWrite$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicWrite
apply(PersistentRepr event)
AtomicWrite
apply(scala.collection.immutable.Seq<PersistentRepr> payload)
scala.Option<scala.collection.immutable.Seq<PersistentRepr>>
unapply(AtomicWrite x$0)
-
-
-
Field Detail
-
MODULE$
public static final AtomicWrite$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public AtomicWrite apply(PersistentRepr event)
-
apply
public AtomicWrite apply(scala.collection.immutable.Seq<PersistentRepr> payload)
-
unapply
public scala.Option<scala.collection.immutable.Seq<PersistentRepr>> unapply(AtomicWrite x$0)
-
-