Uses of Class
com.flagsmith.config.Retry
Packages that use Retry
-
Uses of Retry in com.flagsmith.config
Methods in com.flagsmith.config with parameters of type RetryModifier and TypeMethodDescriptionAdd retries for HTTP request to the builder. -
Uses of Retry in com.flagsmith.threads
Methods in com.flagsmith.threads with parameters of type RetryModifier and TypeMethodDescription<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 RetryModifierConstructorDescriptionRequestProcessor(okhttp3.OkHttpClient client, FlagsmithLogger logger, Retry retries) Instantiate with client, logger and retries.