Package com.styra.opa.openapi.utils
Class Retries
- java.lang.Object
-
- com.styra.opa.openapi.utils.Retries
-
public class Retries extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Retries.Builder
static class
Retries.NonRetryableException
static class
Retries.RetryableException
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Retries.Builder
builder()
java.net.http.HttpResponse<java.io.InputStream>
run()
-
-
-
Method Detail
-
run
public java.net.http.HttpResponse<java.io.InputStream> run() throws java.lang.Exception
- Throws:
java.lang.Exception
-
builder
public static final Retries.Builder builder()
-
-