joesan / power-simulator

A simple simulator that simulates the power generation of some power plant
Other
1 stars 0 forks source link

Read all the PowerPlants from the database and start Simulator actors #1

Open joesan opened 7 years ago

joesan commented 7 years ago

When the Play application start's up, we need a mechanism that reads the database tables and starts the corresponding simulator actors.

joesan commented 7 years ago

Reading from the database is done. I need to emit events such that the respective actors and started / restarted / stopped accordingly.