DwordPtr / smallrye-mutiny

An Intuitive Event-Driven Reactive Programming Library for Java

Home Page:https://smallrye.io/smallrye-mutiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Quality Gate Status License Maven Central

⚡️ Mutiny, an Intuitive Event-Driven Reactive Programming Library for Java

Mutiny provides a simple but powerful asynchronous development model that lets you build reactive applications.

🚀 Overview

Mutiny can be used in any Java application exhibiting asynchrony.

From reactive microservices, data streaming, event processing to API gateways and network utilities, Mutiny is a great fit.

Event-Driven

Mutiny places events at the core of its design. With Mutiny, you observe events, react to them, and create elegant and readable processing pipelines.

Tip
A PhD in functional programming is not required.

Navigable

Even with smart code completion, classes with hundred of methods are confusing.

Mutiny provides a navigable and explicit API driving you towards the operator you need.

Non-Blocking I/O

Mutiny is the perfect companion to tame the asynchronous nature of applications with non-blocking I/O.

Declaratively compose operations, transform data, enforce progress, recover from failures and more.

Quarkus and Vert.x native

Mutiny is integrated in Quarkus where every reactive API uses Mutiny, and Eclipse Vert.x clients are made available using Mutiny bindings.

Mutiny is however an independent library that can ultimately be used in any Java application.

Reactive Converters Built-In

Mutiny is based on the Reactive Streams specification, and so it can be integrated with any other reactive programming library.

In addition, Mutiny offers converters to interact with other popular libraries and Kotlin.

📦 Build instructions

Mutiny is built with Apache Maven, so all you need is:

mvn install

We currently support Java 8 and beyond.

Mutiny passes the Reactive Streams TCK.

✨ Contributing

Mutiny is an open project, feel-free to:

👋 Discussions and support

For anything related to the usage of Mutiny in Quarkus, please refer to the Quarkus support

For more general discussions about Mutiny, you can:

About

An Intuitive Event-Driven Reactive Programming Library for Java

https://smallrye.io/smallrye-mutiny

License:Apache License 2.0


Languages

Language:Java 99.1%Language:Kotlin 0.7%Language:Shell 0.1%