1.0-RC2
Pre-release
Pre-release
This is the second release candidate of MicroProfile Reactive Streams Operators.
The major change here is a restructuring of the APIs, such that the builders are interfaces rather than final classes, and the top level method definitions for operations are shared between PublisherBuilder
and ProcessorBuilder
.
This release can be consumed by adding the following dependency to your build:
<dependency>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-operators</artifactId>
<version>1.0-RC2</version>
</dependency>
Javadocs are available at:
The specification can be found at:
Implementations of the spec are available at:
https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators