Electric.MonitoredCoreSupervisor (electric v1.2.4)

View Source

A supervisor that starts and monitors the core components of the Electric system. It needs to be a separate supervisor from the CoreSupervisor because of the way the StatusMonitor works (see the rest_for_one comments below).

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)