Search Results for

    Show / Hide Table of Contents

    Class UnhandledMessage

    This message is published to the EventStream whenever an Actor receives a message it doesn't understand

    Inheritance
    object
    AllDeadLetters
    UnhandledMessage
    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 UnhandledMessage : AllDeadLetters, IWrappedMessage

    Constructors

    | Edit this page View Source

    UnhandledMessage(object, IActorRef, IActorRef)

    Initializes a new instance of the UnhandledMessage class.

    Declaration
    public UnhandledMessage(object message, IActorRef sender, IActorRef recipient)
    Parameters
    Type Name Description
    object message

    The original message that could not be handled.

    IActorRef sender

    The actor that sent the message.

    IActorRef recipient

    The actor that was to receive the message.

    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