DeadLetter
Defined in: src/SystemMessages.ts:47
Wraps an undeliverable message sent to dead letters.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DeadLetter(
message,sender,recipient):DeadLetter
Defined in: src/SystemMessages.ts:48
Parameters
Section titled “Parameters”message
Section titled “message”unknown
sender
Section titled “sender”ActorRef<unknown> | null
recipient
Section titled “recipient”Returns
Section titled “Returns”DeadLetter
Properties
Section titled “Properties”message
Section titled “message”
readonlymessage:unknown
Defined in: src/SystemMessages.ts:49
recipient
Section titled “recipient”
readonlyrecipient:ActorRef
Defined in: src/SystemMessages.ts:51
sender
Section titled “sender”
readonlysender:ActorRef<unknown> |null
Defined in: src/SystemMessages.ts:50
Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: src/SystemMessages.ts:53
Returns
Section titled “Returns”string