Перейти к содержимому
Русский

MailboxFactory

Это содержимое пока не доступно на вашем языке.

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>