MailboxFactory
Esta página aún no está disponible en tu idioma.
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.
Type Parameters
Section titled “Type Parameters”TMessage
Section titled “TMessage”TMessage
Returns
Section titled “Returns”Mailbox<TMessage>
