akka.persistence

DeliveredByPersistentChannel

Related Doc: package persistence

case class DeliveredByPersistentChannel(channelId: String, persistentSequenceNr: Long, deliverySequenceNr: Long = 0L, channel: ActorRef = null) extends Delivered with PersistentId with Product with Serializable

Plugin API.

Annotations
@deprecated
Deprecated

(Since version 2.3.4) PersistentChannel will be removed, see akka.persistence.AtLeastOnceDelivery instead.

Source
PersistentChannel.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DeliveredByPersistentChannel
  2. Product
  3. Equals
  4. PersistentId
  5. Delivered
  6. Message
  7. Serializable
  8. Serializable
  9. AnyRef
  10. 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

Instance Constructors

  1. new DeliveredByPersistentChannel(channelId: String, persistentSequenceNr: Long, deliverySequenceNr: Long = 0L, channel: ActorRef = null)

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 DeliveredByPersistentChannel to any2stringadd[DeliveredByPersistentChannel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DeliveredByPersistentChannel, B)

    Implicit information
    This member is added by an implicit conversion from DeliveredByPersistentChannel to ArrowAssoc[DeliveredByPersistentChannel] 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. val channel: ActorRef

  8. val channelId: String

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val deliverySequenceNr: Long

  11. def ensuring(cond: (DeliveredByPersistentChannel) ⇒ Boolean, msg: ⇒ Any): DeliveredByPersistentChannel

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

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

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

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

    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  23. def persistenceId: String

    Persistent id that journals a persistent message

    Persistent id that journals a persistent message

    Definition Classes
    DeliveredByPersistentChannelPersistentId
  24. val persistentSequenceNr: Long

  25. def sequenceNr: Long

    A persistent message's sequence number.

    A persistent message's sequence number.

    Definition Classes
    DeliveredByPersistentChannelPersistentId
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def update(deliverySequenceNr: Long, channel: ActorRef): DeliveredByPersistentChannel

    INTERNAL API.

    INTERNAL API.

    Definition Classes
    DeliveredByPersistentChannelDelivered
  28. final def wait(): Unit

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

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

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

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

Deprecated Value Members

  1. def processorId: String

    Persistent id that journals a persistent message

    Persistent id that journals a persistent message

    Definition Classes
    DeliveredByPersistentChannelPersistentId
    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Use persistenceId.

Inherited from Product

Inherited from Equals

Inherited from PersistentId

Inherited from Delivered

Inherited from Message

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped