Pular para o conteúdo
Português (BR)

ActorSystemOptions

Este conteúdo não está disponível em sua língua ainda.

ActorSystemOptions = ActorSystemOptionsBuilder<ActorSystemOptionsType> | Partial<ActorSystemOptionsType>

Defined in: src/ActorSystemOptions.ts:115

Accepted input for ActorSystem.create: the fluent ActorSystemOptionsBuilder OR a plain ActorSystemOptionsType object. The union is the default (non-generic) instantiation; subclass builders (e.g. TestKitOptionsBuilder) still parametrize ActorSystemOptionsBuilder with their own options type.