Module rpc_client

Rpc client module used for making distributed requests.

Description

Rpc client module used for making distributed requests.

Function Index

call/3Call a function on a remote node.
call/4Call a function on a remote node.
nodes/0Return a list of all nodes in the cluster including self.

Function Details

call/3

call(Node::node(), Module::module(), Func::atom()) -> any()

Call a function on a remote node.

call/4

call(Node::node(), Module::module(), Func::atom(), Args::list()) -> any()

Call a function on a remote node.

nodes/0

nodes() -> [node()]

Return a list of all nodes in the cluster including self.


Generated by EDoc