Search Results for

    Show / Hide Table of Contents

    Class NullMessageEnvelope

    TBD

    Inheritance
    object
    MessageEnvelope
    NullMessageEnvelope
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.TestKit
    Assembly: Akka.TestKit.dll
    Syntax
    public sealed class NullMessageEnvelope : MessageEnvelope

    Fields

    | Edit this page View Source

    Instance

    TBD

    Declaration
    public static NullMessageEnvelope Instance
    Field Value
    Type Description
    NullMessageEnvelope

    Properties

    | Edit this page View Source

    Message

    N/A

    Declaration
    public override object Message { get; }
    Property Value
    Type Description
    object
    Overrides
    MessageEnvelope.Message
    Exceptions
    Type Condition
    IllegalActorStateException

    This exception is thrown automatically since this envelope does not contain a message.

    | Edit this page View Source

    Sender

    N/A

    Declaration
    public override IActorRef Sender { get; }
    Property Value
    Type Description
    IActorRef
    Overrides
    MessageEnvelope.Sender
    Exceptions
    Type Condition
    IllegalActorStateException

    This exception is thrown automatically since this envelope does not have a sender.

    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()

    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