Alexia.Supervisor.BotSupervisor (alexia v0.8.1)
Bot Supervisor Boss Module.
This SuperVisor initiates an ets table called :alexia_bot_info. It then splits the bots in poller and webhook bots which will be started under their own processes and supervisor trees.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Supervisor.init/1
.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(bots)
Callback implementation for Supervisor.init/1
.
Link to this function