-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface BlockingHttpClientSettings
- Author:
- nedis
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description io.rxmicro.common.model.OptionfollowRedirectsStringhostintportStringrandomPortProviderintrequestTimeoutUnit = SECONDSio.rxmicro.http.ProtocolSchemaschemaio.rxmicro.rest.Version.StrategyversionStrategyStringversionValue
-
-
-
Element Detail
-
followRedirects
io.rxmicro.common.model.Option followRedirects
- Returns:
- AUTO is ENABLED for integration tests and DISABLED for REST-based micro service tests ENABLED if http client must support redirects automatically DISABLED if http client must not support redirects automatically
- Default:
- io.rxmicro.common.model.Option.AUTO
-
-
-
host
String host
- Returns:
- HTTP server host
- Default:
- "localhost"
-
-
-
randomPortProvider
String randomPortProvider
- Returns:
- field name, which contains port value. The field must be a final, a static and a member of test class.
- Default:
- ""
-
-
-
versionValue
String versionValue
- Returns:
- Current API version or empty string if not defined
- See Also:
Version.Strategy
- Default:
- ""
-
-