reactor-core / reactor.core.publisher / whenComplete

whenComplete

fun whenComplete(vararg sources: Publisher<*>): Mono<Void>

Aggregates the given void Publishers into a new void Mono. An alias for a corresponding Mono.when to avoid use of when, which is a keyword in Kotlin.

Author
DoHyung Kim

Author
Sebastien Deleuze

Since
3.1