Package org.zalando.riptide.failsafe
Class RetryRoute
java.lang.Object
org.zalando.riptide.failsafe.RetryRoute
- All Implemented Interfaces:
Route
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.springframework.http.client.ClientHttpResponse response, MessageReader reader) static Routeretry()
-
Method Details
-
execute
public void execute(org.springframework.http.client.ClientHttpResponse response, MessageReader reader) throws IOException - Specified by:
executein interfaceRoute- Throws:
IOException
-
retry
-