Class NullMessageEnvelope
TBD
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public sealed class NullMessageEnvelope : MessageEnvelope
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static NullMessageEnvelope Instance
Field Value
Type | Description |
---|---|
NullMessageEnvelope |
Properties
| Improve this Doc 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
| Improve this Doc View SourceToString()
Returns a String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents this instance. |