public interface Throttling
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvoke(com.mulesoft.apiquery.http.HTTPRequest request) |
Optional<CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse>> |
beforeInvoke(com.mulesoft.apiquery.http.HTTPRequest request) |
default org.mule.runtime.http.api.domain.message.response.HttpResponse |
tooManyRequests() |
Optional<CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse>> beforeInvoke(com.mulesoft.apiquery.http.HTTPRequest request)
void afterInvoke(com.mulesoft.apiquery.http.HTTPRequest request)
default org.mule.runtime.http.api.domain.message.response.HttpResponse tooManyRequests()
Copyright © 2022. All rights reserved.