gen_rpc_app (gen_rpc v3.0.1)

Link to this section Summary

Link to this section Functions

Specs

start() -> ok | {error, term()}.
Link to this function

start(StartType, StartArgs)

Specs

start(application:start_type(), term()) -> {error, any()} | {ok, pid()}.

Specs

stop() -> ok | {error, term()}.

Specs

stop(term()) -> ok.