Santiago Pericas-Geertsen presented on new features in JAX-RS 2.1 including reactive extensions, server-sent events, and non-blocking I/O. He demonstrated the new reactive client API using CompletionStage and how it can compose asynchronous requests. He also showed how to implement server-sent events on the client and server side to enable one-way messaging. Finally, he proposed a new approach to non-blocking I/O in JAX-RS based on Java 9 Flows to allow processing collections of POJOs asynchronously.