SseOptionsValidator
このコンテンツはまだ日本語訳がありません。
Defined in: src/io/broker/SseOptions.ts:46
Validates resolved SseOptionsType settings.
Extends
Section titled “Extends”BrokerOptionsValidator<SseOptionsType>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SseOptionsValidator():
SseOptionsValidator
Defined in: src/io/broker/SseOptions.ts:47
Returns
Section titled “Returns”SseOptionsValidator
Overrides
Section titled “Overrides”BrokerOptionsValidator<SseOptionsType>.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
