TcpSocketOptionsValidator
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Defined in: src/io/broker/TcpSocketOptions.ts:58
Validates resolved TcpSocketOptionsType settings.
Extends
Section titled “Extends”BrokerOptionsValidator<TcpSocketOptionsType>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TcpSocketOptionsValidator():
TcpSocketOptionsValidator
Defined in: src/io/broker/TcpSocketOptions.ts:59
Returns
Section titled “Returns”TcpSocketOptionsValidator
Overrides
Section titled “Overrides”BrokerOptionsValidator<TcpSocketOptionsType>.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
