Module lager_manager_killer

Function Index

code_change/3
handle_call/2
handle_event/2
handle_info/2
init/1
kill_me/0
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/2

handle_call(Request, State) -> any()

handle_event/2

handle_event(Event, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

kill_me/0

kill_me() -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc