View Source eturnal_app (eturnal v1.12.0)

Summary

Functions

Link to this function

config_change(Changed, New, Removed)

View Source
-spec config_change([{atom(), term()}], [{atom(), term()}], [atom()]) -> ok.
-spec prep_stop(term()) -> term().
Link to this function

start(StartType, StartArgs)

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