akka.persistence

PersistentRepr

Related Docs: object PersistentRepr | package persistence

trait PersistentRepr extends Persistent with Resequenceable with PersistentId with Message

Plugin API: representation of a persistent message in the journal plugin API.

Source
Persistent.scala
See also

journal.AsyncRecovery

journal.AsyncWriteJournal

journal.SyncWriteJournal

Linear Supertypes
Message, Serializable, Serializable, PersistentId, Persistent, Resequenceable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PersistentRepr
  2. Message
  3. Serializable
  4. Serializable
  5. PersistentId
  6. Persistent
  7. Resequenceable
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def deleted: Boolean

    true if this message is marked as deleted.

  2. abstract def payload: Any

    This persistent message's payload.

    This persistent message's payload.

    Definition Classes
    PersistentReprPersistent → Resequenceable
  3. abstract def processorId: String

    Persistent id that journals a persistent message

    Persistent id that journals a persistent message

    Definition Classes
    PersistentId
  4. abstract def sender: ActorRef

    Sender of this message.

    Sender of this message.

    Definition Classes
    PersistentRepr → Resequenceable
  5. abstract def sequenceNr: Long

    A persistent message's sequence number.

    A persistent message's sequence number.

    Definition Classes
    PersistentId
  6. abstract def update(sequenceNr: Long = sequenceNr, persistenceId: String = persistenceId, deleted: Boolean = deleted, redeliveries: Int = redeliveries, confirms: Seq[String] = confirms, confirmMessage: Delivered = confirmMessage, confirmTarget: ActorRef = confirmTarget, sender: ActorRef = sender): PersistentRepr

    Creates a new copy of this PersistentRepr.

  7. abstract def withPayload(payload: Any): Persistent

    Creates a new persistent message with the specified payload.

    Creates a new persistent message with the specified payload.

    Definition Classes
    Persistent
  8. abstract def confirmMessage: Delivered

    Delivery confirmation message.

    Delivery confirmation message.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Channel will be removed.

  9. abstract def confirmTarget: ActorRef

    Delivery confirmation message.

    Delivery confirmation message.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Channel will be removed.

  10. abstract def confirmable: Boolean

    true only if this message has been delivered by a channel.

    true only if this message has been delivered by a channel.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Channel will be removed.

  11. abstract def confirms: Seq[String]

    Channel ids of delivery confirmations that are available for this message.

    Channel ids of delivery confirmations that are available for this message. Only non-empty for replayed messages.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Channel will be removed.

  12. abstract def redeliveries: Int

    Number of redeliveries.

    Number of redeliveries. Only greater than zero if message has been redelivered by a Channel or PersistentChannel.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Channel will be removed.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to any2stringadd[PersistentRepr] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PersistentRepr, B)

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to ArrowAssoc[PersistentRepr] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (PersistentRepr) ⇒ Boolean, msg: ⇒ Any): PersistentRepr

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to Ensuring[PersistentRepr] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (PersistentRepr) ⇒ Boolean): PersistentRepr

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to Ensuring[PersistentRepr] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): PersistentRepr

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to Ensuring[PersistentRepr] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): PersistentRepr

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to Ensuring[PersistentRepr] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to StringFormat[PersistentRepr] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def persistenceId: String

    Persistent id that journals a persistent message

    Persistent id that journals a persistent message

    Definition Classes
    PersistentId
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def [B](y: B): (PersistentRepr, B)

    Implicit information
    This member is added by an implicit conversion from PersistentRepr to ArrowAssoc[PersistentRepr] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def getConfirms: List[String]

    Java API, Plugin API: channel ids of delivery confirmations that are available for this message.

    Java API, Plugin API: channel ids of delivery confirmations that are available for this message. Only non-empty for replayed messages.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Channel will be removed.

Inherited from Message

Inherited from Serializable

Inherited from Serializable

Inherited from PersistentId

Inherited from Persistent

Inherited from Resequenceable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PersistentRepr to any2stringadd[PersistentRepr]

Inherited by implicit conversion StringFormat from PersistentRepr to StringFormat[PersistentRepr]

Inherited by implicit conversion Ensuring from PersistentRepr to Ensuring[PersistentRepr]

Inherited by implicit conversion ArrowAssoc from PersistentRepr to ArrowAssoc[PersistentRepr]

Ungrouped