Reactive servlet as implemented in ReactiveServlet
class
is a reactive adapter for Jakarta's
HttpServlet
.
Reactive servlet is a reactive consumer.
It will keep running its handler method until the handler no longer reactively blocks.
It will then send the last output of the handler to the client as an HTTP response.
Reactive servlet is fully asynchronous. It never blocks servlet container threads.
More on homepage.
Experimental. Stagean is used to track progress on class and method level.
See homepage.
Some APIs are undocumented. You might have to peek in the source code.
Bug reports and pull requests are welcome. See CONTRIBUTING.md.
Distributed under Apache License 2.0.