跳转到内容
简体中文

PropsConfig

此内容尚不支持你的语言。

Defined in: src/Props.ts:9

TMsg

readonly optional dispatcher?: Dispatcher

Defined in: src/Props.ts:12


readonly factory: ActorFactory<TMsg>

Defined in: src/Props.ts:10


readonly optional mailbox?: MailboxFactory<TMsg>

Defined in: src/Props.ts:18

Custom mailbox factory — use BoundedMailbox or PriorityMailbox for non-default queueing. When omitted the default Mailbox is used.


readonly optional mailboxCapacity?: number

Defined in: src/Props.ts:13


readonly optional supervisorStrategy?: SupervisorStrategy

Defined in: src/Props.ts:11