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
Specs
init([]) :: any
The children MagellanMicroservice.AppStatus and MagellanMicroservice.Server are started up via its own start_link/1 function.
Specs
start(any, any) :: any
This function is the entrypoint of the MagellanMicroserivce.