API Reference EasyRpc v0.4.2
View SourceModules
EasyRpc is a library help Elixir developer can work easily in Elixir cluster. Please go to README for more information.
This is second way to add a rpc to local module. In this way, you need declare all rpc functions in a module. Configs for nodes (list of node or {Module, :function, args}) can put to config.exs for runtime.exs file.
This module provides a wrapper for RPC (Remote Procedure Call) in Elixir. It helps to call remote functions as local functions. The library uses macro to create a local function (declare by config).