public final class ThrottlingFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Throttling |
noThrottling() |
static Throttling |
outboundRequestsThrottling(int numberOfConnections,
Supplier<Boolean> memCheckAllow) |
public static Throttling noThrottling()
public static Throttling outboundRequestsThrottling(int numberOfConnections, Supplier<Boolean> memCheckAllow)
Copyright © 2024. All rights reserved.