JetStreamObjectStoreOptionsValidator
이 콘텐츠는 아직 번역되지 않았습니다.
Defined in: src/io/broker/JetStreamObjectStoreOptions.ts:119
Validates resolved JetStreamObjectStoreOptionsType settings.
Extends
Section titled “Extends”BrokerOptionsValidator<JetStreamObjectStoreOptionsType>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new JetStreamObjectStoreOptionsValidator():
JetStreamObjectStoreOptionsValidator
Defined in: src/io/broker/JetStreamObjectStoreOptions.ts:120
Returns
Section titled “Returns”JetStreamObjectStoreOptionsValidator
Overrides
Section titled “Overrides”BrokerOptionsValidator<JetStreamObjectStoreOptionsType>.constructor
Methods
Section titled “Methods”validate()
Section titled “validate()”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.
Parameters
Section titled “Parameters”settings
Section titled “settings”Partial<T>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”BrokerOptionsValidator.validate
