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.
when
Author DoHyung Kim
Since 3.1