Class NullMessageEnvelope
TBD
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public sealed class NullMessageEnvelope : MessageEnvelope
Fields
| Edit this page View SourceInstance
TBD
Declaration
public static NullMessageEnvelope Instance
Field Value
Type | Description |
---|---|
NullMessageEnvelope |
Properties
| Edit this page View SourceMessage
N/A
Declaration
public override object Message { get; }
Property Value
Type | Description |
---|---|
object |
Overrides
Exceptions
Type | Condition |
---|---|
IllegalActorStateException | This exception is thrown automatically since this envelope does not contain a message. |
Sender
N/A
Declaration
public override IActorRef Sender { get; }
Property Value
Type | Description |
---|---|
IActorRef |
Overrides
Exceptions
Type | Condition |
---|---|
IllegalActorStateException | This exception is thrown automatically since this envelope does not have a sender. |
Methods
| Edit this page View SourceToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |