The type of a function created by defineMethod().
defineMethod()
It is both callable (the handler) and carries ~validators metadata. The function signature is inferred from the schemas:
~validators
extractValidators() reads the [~validators] property to build the validators map that RPCChannel needs.
extractValidators()
[~validators]
Readonly
The type of a function created by
defineMethod().It is both callable (the handler) and carries
~validatorsmetadata. The function signature is inferred from the schemas:extractValidators()reads the[~validators]property to build the validators map that RPCChannel needs.