Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Files

Latest commit

a585c45 · Feb 26, 2019

History

History
25 lines (19 loc) · 824 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 824 Bytes

Lightbend implementations of MicroProfile Reactive Streams

This repo contains implementations by Lightbend of MicroProfile Reactive Streams Operators Support.

Two implementations are provided, one based on Akka, and one zero dependency implementation.

To use the Akka implementation:

<dependency>
    <groupId>com.lightbend.microprofile.reactive.streams</groupId>
    <artifactId>lightbend-microprofile-reactive-streams-akka</artifactId>
    <version>1.0.0</version>
</dependency>

To use the zero dependency implementation:

<dependency>
    <groupId>com.lightbend.microprofile.reactive.streams</groupId>
    <artifactId>lightbend-microprofile-reactive-streams-zerodep</artifactId>
    <version>1.0.0</version>
</dependency>