Class ThrottlingFactory
- java.lang.Object
-
- com.mulesoft.apiquery.adapter.internal.http.ThrottlingFactory
-
public final class ThrottlingFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThrottlingnoThrottling()static ThrottlingoutboundRequestsThrottling(int numberOfConnections, Supplier<Boolean> memCheckAllow)
-
-
-
Method Detail
-
noThrottling
public static Throttling noThrottling()
-
outboundRequestsThrottling
public static Throttling outboundRequestsThrottling(int numberOfConnections, Supplier<Boolean> memCheckAllow)
-
-