API Reference EasyRpc v0.1.5
View SourceModules
EasyRpc is a library help Elixir developer can work easily in Elixir cluster. Please go to README for more information.
NodeUtils is a helper module to help get target node in Elixir cluster. Support strategies: random, round-robin, hash. For case round-robin, the module will using process dictionary to store the current index.
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).