reactor-core / reactor.core.publisher / whenComplete

whenComplete

fun whenComplete(vararg sources: Publisher<Void>): 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

Since
3.1