Zum Inhalt springen
Deutsch

MailboxFactory

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

MailboxFactory<TMessage> = () => Mailbox<TMessage>

Defined in: src/ActorOptions.ts:41

Builds the actor’s mailbox. Called once, when the cell is constructed — the mailbox outlives every restart, so messages queued before a crash are still there afterwards.

TMessage

Mailbox<TMessage>