Search Results for

    Show / Hide Table of Contents

    Class SuppressedDeadLetter

    Similar to DeadLetter with the slight twist of NOT being logged by the default dead letters listener. Messages which end up being suppressed dead letters are internal messages for which ending up as dead-letter is both expected and harmless.

    Inheritance
    object
    AllDeadLetters
    SuppressedDeadLetter
    Implements
    IWrappedMessage
    Inherited Members
    AllDeadLetters.Message
    AllDeadLetters.Recipient
    AllDeadLetters.Sender
    AllDeadLetters.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Event
    Assembly: Akka.dll
    Syntax
    public sealed class SuppressedDeadLetter : AllDeadLetters, IWrappedMessage

    Constructors

    | Edit this page View Source

    SuppressedDeadLetter(object, IActorRef, IActorRef)

    Initializes a new instance of the SuppressedDeadLetter class.

    Declaration
    public SuppressedDeadLetter(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.

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when either the sender or the recipient is undefined.

    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