Copyright © 2022 - 2026 SigScale Global Inc.
Behaviours: supervisor.
This supervisor behaviour callback module implements a supervisor in the ocs application.
The supervision heirachy is depicted in Figure 1-1 as a directed graph starting from the top. The supervisor behaviour nodes are depicted as blue boxes while gen_server and gen_fsm behaviours are depicted as yellow and green ovals respectively. The edge (line) between nodes is labeled with the number of identical nodes which may exist (N indicates any number). The node label for child workers indicates when they will be restarted (permanent, temporary or transient). Node labels provide the name of the callback module implementing the behaviour. For supervisors the sup_flags() are also provided as {RestartStrategy::strategy(), Intensity::integer(), Period::integer()}.
| init/1 | Initialize the ocs_event_log_sup supervisor. |
init(Args) -> Result
Initialize the ocs_event_log_sup supervisor.
See also: //stdlib/supervisor:init/1.
Generated by EDoc