Skip to content

openknowledge/reactive-jaxrs

Repository files navigation

Build Status sonarcloud sonarcloud sonarcloud sonarcloud

Why reactive JAX-RS?

tldr; consume and produce stream of object instances to safe memory

TBD

How to integrate the framework

Use Java 9 to have the Flow API available, which is required for the library.

Following types are supported:

  • Flow.Publisher for collections
  • CompletionStage for single item

About

An extension to JAX-RS for reactive programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages