Table of Contents

Class NullMessageEnvelope

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll

TBD

public sealed class NullMessageEnvelope : MessageEnvelope
Inheritance
NullMessageEnvelope
Inherited Members

Fields

Instance

TBD

public static NullMessageEnvelope Instance

Field Value

NullMessageEnvelope

Properties

Message

N/A

public override object Message { get; }

Property Value

object

Exceptions

Akka.Actor.IllegalActorStateException

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

Sender

N/A

public override IActorRef Sender { get; }

Property Value

IActorRef

Exceptions

Akka.Actor.IllegalActorStateException

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

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.