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

UdpSocketOptionsValidator

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

Defined in: src/io/broker/UdpSocketOptions.ts:53

Validates resolved UdpSocketOptionsType settings.

new UdpSocketOptionsValidator(): UdpSocketOptionsValidator

Defined in: src/io/broker/UdpSocketOptions.ts:54

UdpSocketOptionsValidator

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