跳转到内容
简体中文

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>