magellan_microservice v0.1.4 MagellanMicroservice.Core

This module contains the children of the Magellan-Microservice 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(list)

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.