Interface Throttling


  • public interface Throttling
    • 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()