Home > @imqueue/rpc > IMQClient > remoteCall

IMQClient.remoteCall() method

Sends call to remote service method

Signature:

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

Parameters

Parameter

Type

Description

args

any[]

T

Returns:

Promise<T>

{Promise}