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

TcpServerOptionsValidator

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

Defined in: src/io/broker/TcpServerOptions.ts:83

Validates resolved TcpServerOptionsType settings.

new TcpServerOptionsValidator(): TcpServerOptionsValidator

Defined in: src/io/broker/TcpServerOptions.ts:84

TcpServerOptionsValidator

BrokerOptionsValidator<TcpServerOptionsType>.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

BrokerOptionsValidator.validate