gen_rpc_app (gen_rpc v3.0.1)
Link to this section Summary
Link to this section Functions
Link to this function
start()
Specs
start() -> ok | {error, term()}.
Link to this function
start(StartType, StartArgs)
Specs
start(application:start_type(), term()) -> {error, any()} | {ok, pid()}.
Link to this function
stop()
Specs
stop() -> ok | {error, term()}.
Link to this function
stop(State)
Specs
stop(term()) -> ok.