.kotlinx.kotlinx-coroutines-reactor.1.9.0.source-code.Migration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-coroutines-reactor Show documentation
Show all versions of kotlinx-coroutines-reactor Show documentation
Coroutines support libraries for Kotlin
@file:JvmName("FlowKt")
package kotlinx.coroutines.reactor
import kotlinx.coroutines.flow.*
import reactor.core.publisher.*
/** @suppress **/
@Deprecated(
message = "Replaced in favor of ReactiveFlow extension, please import kotlinx.coroutines.reactor.* instead of kotlinx.coroutines.reactor.FlowKt",
level = DeprecationLevel.HIDDEN
) // Compatibility with Spring 5.2-RC
@JvmName("asFlux")
public fun Flow.asFluxDeprecated(): Flux = asFlux()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy