Search Results for

    Show / Hide Table of Contents

    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.

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

    Constructors

    | Edit this page View Source

    Dropped(object, string, IActorRef)

    Declaration
    public Dropped(object message, string reason, IActorRef recipient)
    Parameters
    Type Name Description
    object message
    string reason
    IActorRef recipient
    | Edit this page View Source

    Dropped(object, string, IActorRef, IActorRef)

    Declaration
    public Dropped(object message, string reason, IActorRef sender, IActorRef recipient)
    Parameters
    Type Name Description
    object message
    string reason
    IActorRef sender
    IActorRef recipient

    Properties

    | Edit this page View Source

    Reason

    Declaration
    public string Reason { get; }
    Property Value
    Type Description
    string

    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