Behaviours: application.
| components/0 | |
| prep_stop/1 | Prepare to stop - called before the supervisor tree is shutdown. |
| start/2 | |
| stop/1 |
components() -> any()
prep_stop(State) -> any()
Prepare to stop - called before the supervisor tree is shutdown
start(StartType, StartArgs) -> any()
stop(State) -> any()
Generated by EDoc