Class Dropped
Envelope that is published on the eventStream wrapped in DeadLetter for every message that is
dropped due to overfull queues or routers with no routees.
When this message was sent without a sender IActorRef, sender
will be NoSender , i.e. null
.
Assembly: Akka.dll
Syntax
public sealed class Dropped : AllDeadLetters, IWrappedMessage
Constructors
|
Edit this page
View Source
Dropped(object, string, IActorRef)
Declaration
public Dropped(object message, string reason, IActorRef recipient)
Parameters
|
Edit this page
View Source
Dropped(object, string, IActorRef, IActorRef)
Declaration
public Dropped(object message, string reason, IActorRef sender, IActorRef recipient)
Parameters
Properties
|
Edit this page
View Source
Reason
Declaration
public string Reason { get; }
Property Value
Implements
Extension Methods