An open API service indexing awesome lists of open source software.

https://github.com/smallrye/smallrye-mutiny-zero

Zero-dependency Reactive Streams publishers library
https://github.com/smallrye/smallrye-mutiny-zero

Last synced: 3 months ago
JSON representation

Zero-dependency Reactive Streams publishers library

Awesome Lists containing this project

README

          

[![Main CI/CD pipeline](https://github.com/smallrye/smallrye-mutiny-zero/actions/workflows/build-main.yml/badge.svg)](https://github.com/smallrye/smallrye-mutiny-zero/actions/workflows/build-main.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# ⚡️ Mutiny Zero: a zero-dependency Reactive Streams publishers library for Java

Mutiny Zero is a minimal API for creating [reactive-streams](https://www.reactive-streams.org) compliant publishers.

See [https://smallrye.io/smallrye-mutiny-zero/](https://smallrye.io/smallrye-mutiny-zero/) for the documentation.

## 📦 Build instructions

The project is built with Apache Maven and requires Java 11 and beyond:

```
$ mvn install
```

## ✨ Contributing

The project is licensed under the terms of the [Apache License Version 2.0](LICENSE).

All contributions are subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
The DCO text is also included verbatim in the [dco.txt](dco.txt) file in the root directory of the repository.

See [contribution notes and guidelines](CONTRIBUTING.md) for more details.