Interface Throttling
-
public interface Throttling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidafterInvoke(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.HttpResponsetooManyRequests()
-
-
-
Method Detail
-
beforeInvoke
Optional<CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse>> beforeInvoke(com.mulesoft.apiquery.http.HTTPRequest request)
-
afterInvoke
void afterInvoke(com.mulesoft.apiquery.http.HTTPRequest request)
-
tooManyRequests
default org.mule.runtime.http.api.domain.message.response.HttpResponse tooManyRequests()
-
-