- Preparing search index...
- The search index is not available
haveno-ts
Class MethodDescriptor<REQ, RESP>
Constructors
constructor
- new MethodDescriptor<REQ, RESP>(name: string, methodType: string, requestType: (new (...args: unknown[]) => REQ), responseType: (new (...args: unknown[]) => RESP), requestSerializeFn: any, responseDeserializeFn: any): MethodDescriptor<REQ, RESP>
-
Parameters
-
name: string
-
methodType: string
-
requestType: (new (...args: unknown[]) => REQ)
-
- new (...args: unknown[]): REQ
-
Returns REQ
-
responseType: (new (...args: unknown[]) => RESP)
-
- new (...args: unknown[]): RESP
-
Returns RESP
-
requestSerializeFn: any
-
responseDeserializeFn: any
Methods
getName
- getName(): string
-
Returns string