Copyright © 2014-2020 Marc Worrell
Behaviours: gen_statem.
Authors: Marc Worrell (marc@worrell.nl).
callback_mode/0 | |
content_encoding_gzip/3 | |
force_stale/1 | |
force_stale/2 | |
init/1 | |
locate/3 | |
lookup/1 | |
lookup/2 | |
pause/1 | |
pause/2 | |
paused/3 | |
serving/3 | |
start_link/5 | |
stop/1 | |
stop/2 | |
stopping/3 | |
terminate/3 | |
where/2 |
callback_mode() -> any()
content_encoding_gzip(EventType, EventContent, State) -> any()
force_stale(Pid) -> any()
force_stale(RequestPath, Context) -> any()
init(X1) -> any()
locate(EventType, EventContent, State) -> any()
lookup(Pid) -> any()
lookup(RequestPath, Context) -> any()
pause(Pid) -> any()
pause(RequestPath, Context) -> any()
paused(EventType, EventContent, State) -> any()
serving(EventType, EventContent, State) -> any()
start_link(InitialState, RequestPath, Root, OptFilterProps, Context) -> any()
stop(Pid) -> any()
stop(RequestPath, Context) -> any()
stopping(EventType, EventContent, State) -> any()
terminate(Reason, StateName, State) -> any()
where(Path, Context) -> any()
Generated by EDoc