Uses of Class
com.flagsmith.threads.RequestProcessor
| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.interfaces | |
| com.flagsmith.threads |
-
Uses of RequestProcessor in com.flagsmith
Constructors in com.flagsmith with parameters of type RequestProcessor Constructor Description FlagsmithApiWrapper(FlagsmithConfig defaultConfig, HashMap<String,String> customHeaders, FlagsmithLogger logger, String apiKey, RequestProcessor requestProcessor)Instantiate with config, custom headers, logger, apikey and request processor. -
Uses of RequestProcessor in com.flagsmith.interfaces
Methods in com.flagsmith.interfaces that return RequestProcessor Modifier and Type Method Description RequestProcessorFlagsmithSdk. getRequestor() -
Uses of RequestProcessor in com.flagsmith.threads
Constructors in com.flagsmith.threads with parameters of type RequestProcessor Constructor Description AnalyticsProcessor(FlagsmithSdk api, FlagsmithLogger logger, RequestProcessor requestProcessor)Instantiate with API wrapper, logger, HTTP client and timeout.