-
Constructors in com.flagsmith with parameters of type FlagsmithLogger
| Constructor |
Description |
FlagsmithApiWrapper(FlagsmithConfig defaultConfig,
HashMap<String,String> customHeaders,
FlagsmithLogger logger,
String apiKey) |
Instantiate with config, custom headers, logger and apikey.
|
FlagsmithApiWrapper(FlagsmithConfig defaultConfig,
HashMap<String,String> customHeaders,
FlagsmithLogger logger,
String apiKey,
RequestProcessor requestProcessor) |
Instantiate with config, custom headers, logger, apikey and request processor.
|
FlagsmithApiWrapper(FlagsmithCache cache,
FlagsmithConfig defaultConfig,
HashMap<String,String> customHeaders,
FlagsmithLogger logger,
String apiKey) |
Instantiate with cache.
|
-
Constructors in com.flagsmith.threads with parameters of type FlagsmithLogger
| Constructor |
Description |
AnalyticsProcessor(FlagsmithSdk api,
FlagsmithLogger logger,
RequestProcessor requestProcessor) |
Instantiate with API wrapper, logger, HTTP client and timeout.
|
AnalyticsProcessor(FlagsmithSdk api,
okhttp3.OkHttpClient client,
FlagsmithLogger logger) |
Instantiate with API wrapper, logger and HTTP client.
|
RequestProcessor(okhttp3.OkHttpClient client,
FlagsmithLogger logger) |
|
RequestProcessor(okhttp3.OkHttpClient client,
FlagsmithLogger logger,
Retry retries) |
Instantiate with client, logger and retries.
|