Module gen_rpc_dispatcher

Behaviours: gen_server.

Data Types

node_or_tuple()

node_or_tuple() = atom() | {atom(), term()}

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
start_client/1
start_link/0
stop/0
terminate/2

Function Details

code_change/3

code_change(OldVersion, X2, Extra) -> any()

handle_call/3

handle_call(Msg, Caller, X3) -> any()

handle_cast/2

handle_cast(Msg, X2) -> any()

handle_info/2

handle_info(Msg, X2) -> any()

init/1

init(X1) -> any()

start_client/1

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

start_link/0

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

stop/0

stop() -> ok

terminate/2

terminate(Reason, X2) -> any()


Generated by EDoc