| handle_info/2 | |
| init/1 | |
| ready/0 | |
| reloading/0 | |
| sd_notify/2 | |
| sd_notifyf/3 | |
| sd_pid_notify/3 | |
| sd_pid_notify_with_fds/4 | |
| sd_pid_notifyf/4 | |
| start_link/0 | |
| stopping/0 | |
| terminate/2 | |
| watchdog/0 |
handle_info(X1, WatchdogMs) -> any()
init(X1) -> any()
ready() -> any()
reloading() -> any()
sd_notify(UnsetEnv, Data) -> any()
sd_notifyf(UnsetEnv, Format, Data) -> any()
sd_pid_notify(Pid, UnsetEnv, Data) -> any()
sd_pid_notify_with_fds(Pid, UnsetEnv, Call, Fds) -> any()
sd_pid_notifyf(Pid, UnsetEnv, Format, Data) -> any()
start_link() -> any()
stopping() -> any()
terminate(X1, X2) -> any()
watchdog() -> any()
Generated by EDoc