Class ReactorAdapter


  • public class ReactorAdapter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> reactor.core.publisher.Flux<T> toFlux​(io.github.resilience4j.core.EventPublisher<T> eventPublisher)
      Converts the EventPublisher into a Flux.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toFlux

        public static <T> reactor.core.publisher.Flux<T> toFlux​(io.github.resilience4j.core.EventPublisher<T> eventPublisher)
        Converts the EventPublisher into a Flux.
        Type Parameters:
        T - the type of the event
        Parameters:
        eventPublisher - the event publisher
        Returns:
        the Flux