Search Results for

    Show / Hide Table of Contents

    Class AllDeadLetters

    Represents a message that could not be delivered to it's recipient. This message wraps the original message, the sender and the intended recipient of the message.

    Subscribe to this class to be notified about all DeadLetter (also the suppressed ones) and Dropped.

    Inheritance
    object
    AllDeadLetters
    DeadLetter
    Dropped
    SuppressedDeadLetter
    UnhandledMessage
    Implements
    IWrappedMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Event
    Assembly: Akka.dll
    Syntax
    public abstract class AllDeadLetters : IWrappedMessage

    Constructors

    | Edit this page View Source

    AllDeadLetters(object, IActorRef, IActorRef)

    Initializes a new instance of the DeadLetter class.

    Declaration
    protected AllDeadLetters(object message, IActorRef sender, IActorRef recipient)
    Parameters
    Type Name Description
    object message

    The original message that could not be delivered.

    IActorRef sender

    The actor that sent the message.

    IActorRef recipient

    The actor that was to receive the message.

    Properties

    | Edit this page View Source

    Message

    The original message that could not be delivered.

    Declaration
    public object Message { get; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Recipient

    The actor that was to receive the message.

    Declaration
    public IActorRef Recipient { get; }
    Property Value
    Type Description
    IActorRef
    | Edit this page View Source

    Sender

    The actor that sent the message.

    Declaration
    public IActorRef Sender { get; }
    Property Value
    Type Description
    IActorRef

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()

    Implements

    IWrappedMessage

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET