Packages

final case class AtomicWrite(payload: Seq[PersistentRepr]) extends PersistentEnvelope with Message with Product with Serializable

Source
Persistent.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AtomicWrite
  2. Product
  3. Equals
  4. Message
  5. Serializable
  6. Serializable
  7. PersistentEnvelope
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AtomicWrite(payload: Seq[PersistentRepr])

Value Members

  1. def highestSequenceNr: Long
  2. def lowestSequenceNr: Long
  3. val payload: Seq[PersistentRepr]
    Definition Classes
    AtomicWrite → PersistentEnvelope
  4. def persistenceId: String
  5. def sender: ActorRef
    Definition Classes
    AtomicWrite → PersistentEnvelope
  6. def size: Int
    Definition Classes
    AtomicWrite → PersistentEnvelope