This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Auto generate methods to register event handlers #70
Closed
Description
Description
For easier use every Event Input should have an individual method that registers an handler for each Event. This method should be defined in the input as default method and should call the more generic registerEventHandler()
.
To save some time and prevent repetative work there should be an sbt task to auto generate these methods.
References
#36 - Rework stat and event input in the API