| Package | Description |
|---|---|
| com.flagsmith.config | |
| com.flagsmith.threads |
| Modifier and Type | Method and Description |
|---|---|
FlagsmithConfig.Builder |
FlagsmithConfig.Builder.retries(Retry retries)
Add retries for HTTP request to the builder.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
RequestProcessor.executeAsync(okhttp3.Request request,
com.fasterxml.jackson.core.type.TypeReference<T> clazz,
Boolean doThrow,
Retry retries)
Execute the response in async mode.
|
| Constructor and Description |
|---|
RequestProcessor(okhttp3.OkHttpClient client,
FlagsmithLogger logger,
Retry retries)
Instantiate with client, logger and retries.
|
Copyright © 2022. All rights reserved.