public class ReactorAdapter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> reactor.core.publisher.Flux<T> |
toFlux(io.github.resilience4j.core.EventPublisher<T> eventPublisher)
Converts the EventPublisher into a Flux.
|