final case class AtomicWrite(payload: Seq[PersistentRepr]) extends PersistentEnvelope with Message with Product with Serializable
- Source
- Persistent.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AtomicWrite
- Product
- Equals
- Message
- Serializable
- PersistentEnvelope
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AtomicWrite(payload: [PersistentRepr])
Value Members
- def highestSequenceNr: Long
- def lowestSequenceNr: Long
- val payload: [PersistentRepr]
- Definition Classes
- AtomicWrite → PersistentEnvelope
- def persistenceId: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sender: ActorRef
- Definition Classes
- AtomicWrite → PersistentEnvelope
- def size: Int
- Definition Classes
- AtomicWrite → PersistentEnvelope