View Source AntikytheraCore.GearModule (antikythera v0.5.1)

Summary

Functions

Link to this function

alert_manager(gear_name)

View Source
@spec alert_manager(Antikythera.GearName.t()) :: module()
Link to this function

alert_manager_unsafe(gear_name)

View Source
@spec alert_manager_unsafe(Antikythera.GearName.t()) :: module()
Link to this function

error_handler(gear_name)

View Source
@spec error_handler(Antikythera.GearName.t()) :: nil | module()
Link to this function

error_handler_unsafe(gear_name)

View Source
@spec error_handler_unsafe(Antikythera.GearName.t()) :: module()
@spec logger(Antikythera.GearName.t()) :: module()
Link to this function

logger_unsafe(gear_name)

View Source
@spec logger_unsafe(Antikythera.GearName.t()) :: module()
Link to this function

metrics_uploader(gear_name)

View Source
@spec metrics_uploader(Antikythera.GearName.t()) :: module()
Link to this function

metrics_uploader_unsafe(gear_name)

View Source
@spec metrics_uploader_unsafe(Antikythera.GearName.t()) :: module()
Link to this function

request_helper_modules(gear_name)

View Source
Link to this function

root_supervisor(gear_name)

View Source
@spec root_supervisor(Antikythera.GearName.t()) :: module()
Link to this function

root_supervisor_unsafe(gear_name)

View Source
@spec root_supervisor_unsafe(Antikythera.GearName.t()) :: module()
@spec router(Antikythera.GearName.t()) :: module()
Link to this function

router_unsafe(gear_name)

View Source
@spec router_unsafe(Antikythera.GearName.t()) :: module()
Link to this function

template_module_from_context(arg0)

View Source
@spec template_module_from_context(Antikythera.Context.t()) :: module()
@spec top(Antikythera.GearName.t()) :: module()