Class ThrottlingFactory


  • public final class ThrottlingFactory
    extends Object
    • Method Detail

      • noThrottling

        public static Throttling noThrottling()
      • outboundRequestsThrottling

        public static Throttling outboundRequestsThrottling​(int numberOfConnections,
                                                            Supplier<Boolean> memCheckAllow)