UNPKG

sendingnetwork-bot-sdk

Version:
16 lines (15 loc) 645 B
/** * Times a SDNClient function call for metrics. * @category Metrics */ export declare function timedSDNClientFunctionCall(): (_target: unknown, functionName: string, descriptor: PropertyDescriptor) => void; /** * Times an IdentityClient function call for metrics. * @category Metrics */ export declare function timedIdentityClientFunctionCall(): (_target: unknown, functionName: string, descriptor: PropertyDescriptor) => void; /** * Times an Intent function call for metrics. * @category Metrics */ export declare function timedIntentFunctionCall(): (_target: unknown, functionName: string, descriptor: PropertyDescriptor) => void;