Registry / networking / reactor-core

reactor-core

JSON →
library3.8.5javamavenunverified

Non-Blocking Reactive Foundation for the JVM, providing reactive streams and operators.

<dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>3.8.5</version> </dependency>
INSTALL
IMPORT
SIG · REACTOR-CORE
R
reactor-core
networkingjavav3.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Flux
reactor.core.publisher.Flux

Creates a Flux and transforms elements reactively.

import reactor.core.publisher.Flux; Flux.just("a", "b", "c").map(String::toUpperCase).subscribe(System.out::println);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.8.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
reactor-core — mvn dependency:get reactor-core · libregistry