コンテンツにスキップ
日本語

ClusterClientReceptionistOptionsValidator

このコンテンツはまだ日本語訳がありません。

Defined in: src/cluster/ClusterClientReceptionistOptions.ts:34

Validates resolved ClusterClientReceptionistOptionsType settings.

new ClusterClientReceptionistOptionsValidator(): ClusterClientReceptionistOptionsValidator

Defined in: src/cluster/ClusterClientReceptionistOptions.ts:35

ClusterClientReceptionistOptionsValidator

OptionsValidator<ClusterClientReceptionistOptionsType>.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