Packages

final case class Dropped(message: Any, reason: String, sender: ActorRef, recipient: ActorRef) extends AllDeadLetters with Product with Serializable

Envelope that is published on the eventStream wrapped in akka.actor.DeadLetter for every message that is dropped due to overfull queues or routers with no routees.

When this message was sent without a sender ActorRef, sender will be ActorRef.noSender, i.e. null.

Source
ActorRef.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dropped
  2. Serializable
  3. Product
  4. Equals
  5. AllDeadLetters
  6. WrappedMessage
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Dropped(message: Any, reason: String, sender: ActorRef, recipient: ActorRef)

Value Members

  1. val message: Any
    Definition Classes
    DroppedAllDeadLettersWrappedMessage
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val reason: String
  4. val recipient: ActorRef
    Definition Classes
    DroppedAllDeadLetters
  5. val sender: ActorRef
    Definition Classes
    DroppedAllDeadLetters