gen_rpc_dispatcher (gen_rpc v3.0.1)

Link to this section Summary

Link to this section Types

Link to this type

node_or_tuple/0

Specs

node_or_tuple() :: atom() | {atom(), term()}.

Link to this section Functions

Link to this function

code_change(OldVersion, _, Extra)

Link to this function

handle_call(Msg, Caller, _)

Link to this function

handle_cast(Msg, _)

Link to this function

handle_info(Msg, _)

Link to this function

start_client(NodeOrTuple)

Specs

start_client(node_or_tuple()) -> {ok, pid()} | {error, any()}.

Specs

start_link() -> {ok, pid()} | ignore | {error, term()}.

Specs

stop() -> ok.
Link to this function

terminate(Reason, _)