magellan_microservice v0.1.9 MagellanMicroservice

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

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

Functions

init(arg)

Specs

init([]) :: any

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

start(type, args)

Specs

start(any, any) :: any

This function is the entrypoint of the MagellanMicroserivce.

start_link()

Specs

start_link :: any

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