Join Slack
Powered by
How can I insert a checkpoint with Spring WebFlux ...
# spring
r
Robert
02/19/2020, 4:50 PM
How can I insert a checkpoint with Spring WebFlux and Kotlin Coroutines? Project Reactor supports this:
Copy code
public final Flux<T> checkpoint(String description)
Ideally I could stay in the Kotlin WebFlux Domain, without using Project Reactor Infrastructure Types
3
Views
Open in Slack
Previous
Next