Uses of Interface
com.mulesoft.apiquery.adapter.internal.http.Throttling
-
Packages that use Throttling Package Description com.mulesoft.apiquery.adapter.internal.http -
-
Uses of Throttling in com.mulesoft.apiquery.adapter.internal.http
Methods in com.mulesoft.apiquery.adapter.internal.http that return Throttling Modifier and Type Method Description static ThrottlingThrottlingFactory. noThrottling()static ThrottlingThrottlingFactory. outboundRequestsThrottling(int numberOfConnections, Supplier<Boolean> memCheckAllow)Constructors in com.mulesoft.apiquery.adapter.internal.http with parameters of type Throttling Constructor Description MuleHttpClient(org.mule.runtime.http.api.client.HttpClient httpClient, MetricsReporter metricsReporter, Throttling throttling, String apifAppVersion, org.mule.runtime.http.api.client.HttpRequestOptions httpClientConfig)
-