Uses of Class
io.getunleash.event.EventDispatcher
Packages that use EventDispatcher
-
Uses of EventDispatcher in io.getunleash
Constructors in io.getunleash with parameters of type EventDispatcherModifierConstructorDescriptionDefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String, Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String, Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService, boolean failOnMultipleInstantiations) -
Uses of EventDispatcher in io.getunleash.repository
Constructors in io.getunleash.repository with parameters of type EventDispatcherModifierConstructorDescriptionprotectedFeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler, EventDispatcher eventDispatcher, FeatureFetcher featureFetcher, FeatureBootstrapHandler featureBootstrapHandler)