Uses of Interface
io.getunleash.util.UnleashScheduledExecutor
-
Packages that use UnleashScheduledExecutor Package Description io.getunleash.metric io.getunleash.repository io.getunleash.util no.finn.unleash.util -
-
Uses of UnleashScheduledExecutor in io.getunleash.metric
Constructors in io.getunleash.metric with parameters of type UnleashScheduledExecutor Constructor Description UnleashMetricServiceImpl(UnleashConfig unleashConfig, UnleashMetricsSender unleashMetricsSender, UnleashScheduledExecutor executor)UnleashMetricServiceImpl(UnleashConfig unleashConfig, UnleashScheduledExecutor executor) -
Uses of UnleashScheduledExecutor in io.getunleash.repository
Constructors in io.getunleash.repository with parameters of type UnleashScheduledExecutor Constructor Description FeatureToggleRepository(UnleashConfig unleashConfig, UnleashScheduledExecutor executor, ToggleFetcher toggleFetcher, ToggleBackupHandler toggleBackupHandler) -
Uses of UnleashScheduledExecutor in io.getunleash.util
Classes in io.getunleash.util that implement UnleashScheduledExecutor Modifier and Type Class Description classUnleashScheduledExecutorImplMethods in io.getunleash.util that return UnleashScheduledExecutor Modifier and Type Method Description UnleashScheduledExecutorUnleashConfig. getScheduledExecutor()Methods in io.getunleash.util with parameters of type UnleashScheduledExecutor Modifier and Type Method Description UnleashConfig.BuilderUnleashConfig.Builder. scheduledExecutor(UnleashScheduledExecutor scheduledExecutor) -
Uses of UnleashScheduledExecutor in no.finn.unleash.util
Subinterfaces of UnleashScheduledExecutor in no.finn.unleash.util Modifier and Type Interface Description interfaceUnleashScheduledExecutorDeprecated.
-