Uses of Interface
io.getunleash.metric.UnleashMetricService
-
Packages that use UnleashMetricService Package Description io.getunleash io.getunleash.metric no.finn.unleash no.finn.unleash.metric -
-
Uses of UnleashMetricService in io.getunleash
Constructors in io.getunleash with parameters of type UnleashMetricService Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) -
Uses of UnleashMetricService in io.getunleash.metric
Classes in io.getunleash.metric that implement UnleashMetricService Modifier and Type Class Description classUnleashMetricServiceImpl -
Uses of UnleashMetricService in no.finn.unleash
Constructors in no.finn.unleash with parameters of type UnleashMetricService Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService)Deprecated. -
Uses of UnleashMetricService in no.finn.unleash.metric
Subinterfaces of UnleashMetricService in no.finn.unleash.metric Modifier and Type Interface Description interfaceUnleashMetricServiceDeprecated.
-