Copyright © 2016 - 2026 SigScale Global Inc.
Behaviours: supervisor_bridge.
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_radius_acct_server_sup supervisor_bridge. |
| terminate/2 | This function is called when it is about to terminate. |
init(Args) -> Result
Initialize the ocs_radius_acct_server_sup supervisor_bridge.
See also: //stdlib/supervisor_bridge:init/1.
terminate(Reason, State) -> any()
This function is called when it is about to terminate.
Generated by EDoc