Astarte.RPC.Client.rpc_call

You're seeing just the callback rpc_call, go back to Astarte.RPC.Client module for more information.
Link to this callback

rpc_call(serialized_request, destination)

View Source

Specs

rpc_call(serialized_request :: binary(), destination :: term()) ::
  {:ok, serialized_reply :: binary()} | {:error, reason :: term()}
Link to this callback

rpc_call( serialized_request, destination, timeout )

View Source

Specs

rpc_call(
  serialized_request :: binary(),
  destination :: term(),
  timeout :: integer()
) :: {:ok, serialized_reply :: binary()} | {:error, reason :: term()}