Package org.zalando.riptide
Interface RequestExecution
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.client.ClientHttpResponse>execute(RequestArguments arguments)
-
Method Details
-
execute
CompletableFuture<org.springframework.http.client.ClientHttpResponse> execute(RequestArguments arguments) throws IOException - Throws:
IOException
-