Uses of Class
com.flagsmith.config.Retry
| Package | Description |
|---|---|
| com.flagsmith.config | |
| com.flagsmith.threads |
-
Uses of Retry in com.flagsmith.config
Methods in com.flagsmith.config with parameters of type Retry Modifier and Type Method Description FlagsmithConfig.BuilderFlagsmithConfig.Builder. retries(Retry retries)Add retries for HTTP request to the builder. -
Uses of Retry in com.flagsmith.threads
Methods in com.flagsmith.threads with parameters of type Retry Modifier and Type Method 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.Constructors in com.flagsmith.threads with parameters of type Retry Constructor Description RequestProcessor(okhttp3.OkHttpClient client, FlagsmithLogger logger, Retry retries)Instantiate with client, logger and retries.