Skip to content

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