Class Throttler


  • public class Throttler
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Throttler.Limit  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.function.Function<reactor.core.publisher.Flux<T>,​reactor.core.publisher.Flux<T>> throttle​(Throttler.Limit... rps)  
      • Methods inherited from class java.lang.Object

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

      • throttle

        public static <T> java.util.function.Function<reactor.core.publisher.Flux<T>,​reactor.core.publisher.Flux<T>> throttle​(Throttler.Limit... rps)