Module gen_rpc_app

Behaviours: application.

Function Index

start/0
start/2
stop/0
stop/1

Function Details

start/0

start() -> ok | {error, term()}

start/2

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

stop/0

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

stop/1

stop(State::term()) -> ok


Generated by EDoc