Uses of Class
com.flagsmith.threads.RequestProcessor
Packages that use RequestProcessor
-
Uses of RequestProcessor in com.flagsmith
Methods in com.flagsmith that return RequestProcessorMethods in com.flagsmith with parameters of type RequestProcessorModifier and TypeMethodDescriptionvoidFlagsmithApiWrapper.setRequestor(RequestProcessor requestor) Constructors in com.flagsmith with parameters of type RequestProcessorModifierConstructorDescriptionFlagsmithApiWrapper(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 -
Uses of RequestProcessor in com.flagsmith.threads
Constructors in com.flagsmith.threads with parameters of type RequestProcessorModifierConstructorDescriptionAnalyticsProcessor(FlagsmithSdk api, FlagsmithLogger logger, RequestProcessor requestProcessor) Instantiate with API wrapper, logger, HTTP client and timeout.