Перейти к содержимому
Русский

ActorSystemOptions

Это содержимое пока не доступно на вашем языке.

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.