PropsConfig
Defined in: src/Props.ts:9
Type Parameters
Section titled “Type Parameters”TMsg
Properties
Section titled “Properties”dispatcher?
Section titled “dispatcher?”
readonlyoptionaldispatcher?:Dispatcher
Defined in: src/Props.ts:12
factory
Section titled “factory”
readonlyfactory:ActorFactory<TMsg>
Defined in: src/Props.ts:10
mailbox?
Section titled “mailbox?”
readonlyoptionalmailbox?: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.
mailboxCapacity?
Section titled “mailboxCapacity?”
readonlyoptionalmailboxCapacity?:number
Defined in: src/Props.ts:13
supervisorStrategy?
Section titled “supervisorStrategy?”
readonlyoptionalsupervisorStrategy?:SupervisorStrategy
Defined in: src/Props.ts:11