Uses of Class
com.flagsmith.threads.AnalyticsProcessor
-
Packages that use AnalyticsProcessor Package Description com.flagsmith.config com.flagsmith.models -
-
Uses of AnalyticsProcessor in com.flagsmith.config
Methods in com.flagsmith.config with parameters of type AnalyticsProcessor Modifier and Type Method Description FlagsmithConfig.BuilderFlagsmithConfig.Builder. withAnalyticsProcessor(AnalyticsProcessor processor)Set the analytics processor. -
Uses of AnalyticsProcessor in com.flagsmith.models
Methods in com.flagsmith.models with parameters of type AnalyticsProcessor Modifier and Type Method Description static FlagsFlags. fromApiFlags(com.fasterxml.jackson.databind.JsonNode apiFlags, AnalyticsProcessor analyticsProcessor, FlagsmithFlagDefaults defaultFlagHandler)Return the flags instance.static FlagsFlags. fromApiFlags(List<FeatureStateModel> apiFlags, AnalyticsProcessor analyticsProcessor, FlagsmithFlagDefaults defaultFlagHandler)Return the flags instance.static FlagsFlags. fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor)Build flags object from list of feature states.static FlagsFlags. fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor, Object identityId)Build flags object from list of feature states.static FlagsFlags. fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor, Object identityId, DefaultFlagHandler defaultFlagHandler)Build flags object from list of feature states.
-