Julien Viet
Julien Viet
Until now controllers can be declared as: - top level class declarations - nested object declarations Need to do more, for example shared void run() { shared object controllers {...
Allow a controller to be marked as asynchronous like: route("/foo") async shared class MyController() extends Controller() { ... } the controller would be wrapped by Cayla by a Promise .
- [ ] Kafka example - [ ] Metrics example - [ ] Kotlin coroutines - [ ] HTTP/2 showcase - ...