magellan_microservice v0.3.0 MagellanMicroservice

This module supervises the children of the MagellanMicroservice and is responsible for starting them up.

Link to this section Summary

Functions

The children MagellanMicroservice.AppStatus and MagellanMicroservice.Server are started up via its own start_link/1 function

This function is the entrypoint of the MagellanMicroserivce

Invoking Supervisor.start_link/2 will result in a call to init/1. Refer to Supervisor.start_link documentation

Link to this section Functions

Link to this function init(arg)
init([]) :: any

The children MagellanMicroservice.AppStatus and MagellanMicroservice.Server are started up via its own start_link/1 function.

Link to this function start(type, args)
start(any, any) :: any

This function is the entrypoint of the MagellanMicroserivce.

Link to this function start_link()
start_link() :: any

Invoking Supervisor.start_link/2 will result in a call to init/1. Refer to Supervisor.start_link documentation.