Class NullMessageEnvelope
TBD
public sealed class NullMessageEnvelope : MessageEnvelope
- Inheritance
-
NullMessageEnvelope
- Inherited Members
Fields
Instance
TBD
public static NullMessageEnvelope Instance
Field Value
Properties
Message
N/A
public override object Message { get; }
Property Value
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()