API Reference EasyRpc v0.1.2
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) functionalities. It includes functions to facilitate communication between different parts of the system or between different systems over a network.