You're viewing archived documentation for @imqueue/rpc v1.17.1. APIs may differ from the current release. View the latest version ↗

IMQClient.remoteCall() method

Sends call to remote service method

protected

Signature:

protected remoteCall<T>(...args: any[]): Promise<T>;

Parameters

Parameter

Type

Description

args

any[]

Returns:

Promise<T>

{Promise}