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