This considerably reduces the boilerplate needed to register a new application with Overworld.
Now, you should be able to simply tag a module with -rpc_client([]) and -rpc_server([]) attributes. It is assumed the msg [de|en]coder will be named <app>_msg.erl
escape hatches exist in the <application>.app.src file, i.e.:
This considerably reduces the boilerplate needed to register a new application with Overworld.
Now, you should be able to simply tag a module with
-rpc_client([])
and-rpc_server([])
attributes. It is assumed the msg [de|en]coder will be named<app>_msg.erl
escape hatches exist in the
<application>.app.src
file, i.e.: