3 date: 2019-07-07T14:27:54+02:00
15 `YoSQL` supports several reactive APIs like **rxJava** or **reactor**.
17 The `yosql-tooling-maven` plugin for Maven automatically enables reactive methods like the following in case a reactive API was detected as a dependency of the current project.
20 // lazily loads all rows in a stateful flow which closes automatically
21 Flowable<ResultRow> findUserFlow(Object userId)