Ir al contenido
Español

ActorSystemOptions

Esta página aún no está disponible en tu idioma.

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.