ObserverWeb.Rpc (Observer Web v0.0.1)

This module will provide rpc abstraction

Summary

Functions

Run the passed commands and link the process with the genserver calling gen_server for supervision

Functions

call(node, module, function, args, timeout)

@spec call(
  node :: atom(),
  module :: module(),
  function :: atom(),
  args :: list(),
  timeout :: 0..4_294_967_295 | :infinity
) :: any() | {:badrpc, any()}

Run the passed commands and link the process with the genserver calling gen_server for supervision