MeshxRpc.Client.call
You're seeing just the callback
call
, go back to MeshxRpc.Client module for more information.
Specs
call( request :: atom(), args :: list(), timeout :: timeout(), retry :: pos_integer(), retry_sleep :: non_neg_integer() ) :: term() | {:error_rpc, reason :: term()}
Makes a synchronous RPC call request
to the server and waits for its reply.