콘텐츠로 이동
한국어

JetStreamKeyValueOptionsValidator

이 콘텐츠는 아직 번역되지 않았습니다.

Defined in: src/io/broker/JetStreamKeyValueOptions.ts:122

Validates resolved JetStreamKeyValueOptionsType settings.

new JetStreamKeyValueOptionsValidator(): JetStreamKeyValueOptionsValidator

Defined in: src/io/broker/JetStreamKeyValueOptions.ts:123

JetStreamKeyValueOptionsValidator

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