Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.37 KB

File metadata and controls

16 lines (11 loc) · 1.37 KB

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