Class QuarkusRestClientProperties
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.api.QuarkusRestClientProperties
-
public class QuarkusRestClientProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECT_TIMEOUTstatic StringMAX_REDIRECTSmaximum number of redirects for a client call.static StringREAD_TIMEOUT
-
Constructor Summary
Constructors Constructor Description QuarkusRestClientProperties()
-
-
-
Field Detail
-
CONNECT_TIMEOUT
public static final String CONNECT_TIMEOUT
- See Also:
- Constant Field Values
-
MAX_REDIRECTS
public static final String MAX_REDIRECTS
maximum number of redirects for a client call. Works only if the client has `followingRedirects enabled- See Also:
- Constant Field Values
-
READ_TIMEOUT
public static final String READ_TIMEOUT
- See Also:
- Constant Field Values
-
-