Zum Inhalt springen
Deutsch

ClusterBootstrapOptionsValidator

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Defined in: src/cluster/ClusterBootstrapOptions.ts:277

Validates resolved ClusterBootstrapOptionsType settings.

new ClusterBootstrapOptionsValidator(): ClusterBootstrapOptionsValidator

Defined in: src/cluster/ClusterBootstrapOptions.ts:278

ClusterBootstrapOptionsValidator

OptionsValidator<ClusterBootstrapOptionsType>.constructor

validate(settings): void

Defined in: src/util/OptionsValidator.ts:75

Check the (merged) settings; throws OptionsError on the first violation. Unset (undefined) fields always pass.

Partial<T>

void

OptionsValidator.validate