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
|
Improve this Doc
View Source
Dropped(Object, String, IActorRef)
Declaration
public Dropped(object message, string reason, IActorRef recipient)
Parameters
|
Improve this Doc
View Source
Dropped(Object, String, IActorRef, IActorRef)
Declaration
public Dropped(object message, string reason, IActorRef sender, IActorRef recipient)
Parameters
Properties
|
Improve this Doc
View Source
Reason
Declaration
public string Reason { get; }
Property Value
Implements
Extension Methods