MqttOptionsValidator
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Defined in: src/io/broker/MqttOptions.ts:126
Validates resolved MqttOptionsType settings. Invoked by MqttActor at start, so builder / plain-object / HOCON inputs all pass through the same rules.
Extends
Section titled “Extends”BrokerOptionsValidator<MqttOptionsType>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MqttOptionsValidator():
MqttOptionsValidator
Defined in: src/io/broker/MqttOptions.ts:127
Returns
Section titled “Returns”MqttOptionsValidator
Overrides
Section titled “Overrides”BrokerOptionsValidator<MqttOptionsType>.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
