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