Registry / utility / kotlinx-coroutines-reactor

kotlinx-coroutines-reactor

JSON →
library1.11.0javamavenunverified

Coroutines support libraries for Kotlin providing Reactor integration.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-reactor</artifactId> <version>1.11.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-reactor
utilityjavav1.11.0
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.

Mono
kotlinx.coroutines.reactor.Mono

Converts a Reactor Mono to a coroutine suspending function.

import kotlinx.coroutines.reactor.awaitSingle import reactor.core.publisher.Mono suspend fun fetchData(): String = Mono.just("data").awaitSingle()
Debug
Known issues
breakingRequires compatible versions of kotlinx-coroutines-core and Reactor.
fix
Ensure kotlinx-coroutines-reactor version matches kotlinx-coroutines-core version.
affects: >=1.0.0
Upgrade
Version history
1.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
kotlinx-coroutines-reactor — mvn dependency:get kotlinx-coroutines-reactor · libregistry