Zum Inhalt springen
Deutsch

GrpcClientOptionsValidator

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Defined in: src/io/broker/GrpcClientOptions.ts:65

Validates resolved GrpcClientOptionsType settings.

new GrpcClientOptionsValidator(): GrpcClientOptionsValidator

Defined in: src/io/broker/GrpcClientOptions.ts:66

GrpcClientOptionsValidator

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