Uses of Class
io.featureflow.client.FeatureflowConfig
Packages that use FeatureflowConfig
-
Uses of FeatureflowConfig in io.featureflow.client
Methods in io.featureflow.client that return FeatureflowConfigMethods in io.featureflow.client with parameters of type FeatureflowConfigConstructors in io.featureflow.client with parameters of type FeatureflowConfigModifierConstructorDescriptionEventsClientMock(FeatureflowConfig config, RestClient restClient) RestClientMock(String apiKey, FeatureflowConfig config) -
Uses of FeatureflowConfig in io.featureflow.client.core
Constructors in io.featureflow.client.core with parameters of type FeatureflowConfigModifierConstructorDescriptionEventsClientImpl(FeatureflowConfig config, RestClient restClient) FeatureControlStreamClient(String apiKey, FeatureflowConfig config, FeatureControlCache repository, Map<CallbackEvent, List<FeatureControlCallbackHandler>> callbacks) FeatureflowPollingClient(String apiKey, FeatureflowConfig config, FeatureControlCache repository, Map<CallbackEvent, List<FeatureControlCallbackHandler>> callbacks) Creates a new FeatureflowPollingClient.RestClientImpl(String apiKey, FeatureflowConfig config)