akka.persistence

DeliveredByChannel

Related Doc: package persistence

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

Plugin API.

Annotations
@deprecated
Deprecated

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

Source
Channel.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DeliveredByChannel
  2. Product
  3. Equals
  4. PersistentConfirmation
  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 DeliveredByChannel(persistenceId: String, 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 DeliveredByChannel to any2stringadd[DeliveredByChannel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DeliveredByChannel, B)

    Implicit information
    This member is added by an implicit conversion from DeliveredByChannel to ArrowAssoc[DeliveredByChannel] 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

    Definition Classes
    DeliveredByChannelDelivered
  8. val channelId: String

  9. def clone(): AnyRef

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

    Definition Classes
    DeliveredByChannelDelivered
  11. def ensuring(cond: (DeliveredByChannel) ⇒ Boolean, msg: ⇒ Any): DeliveredByChannel

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

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

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

    Implicit information
    This member is added by an implicit conversion from DeliveredByChannel to Ensuring[DeliveredByChannel] 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 DeliveredByChannel to StringFormat[DeliveredByChannel] 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. val persistenceId: String

  24. val persistentSequenceNr: Long

    Definition Classes
    DeliveredByChannelDelivered
  25. def sequenceNr: Long

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

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

    INTERNAL API.

    INTERNAL API.

    Definition Classes
    DeliveredByChannelDelivered
  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): (DeliveredByChannel, B)

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

Deprecated Value Members

  1. final def processorId: String

    Definition Classes
    PersistentConfirmation
    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Use persistenceId instead. Processor will be removed.

Inherited from Product

Inherited from Equals

Inherited from PersistentConfirmation

Inherited from Delivered

Inherited from Message

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped