Interface ParametersConfig.CacheConfig
- Enclosing interface:
- ParametersConfig
public static interface ParametersConfig.CacheConfig
Cache configuration.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Enable or disable client cache.booleanDoes not start the microservices if an error occurs while retrieving the parameters during the startup phase.booleanPull parameters during start phaseUpdate parameter scheduler configuration.
-
Method Details
-
enabled
@WithName("enabled") @WithDefault("true") boolean enabled()Enable or disable client cache. -
updateSchedule
Update parameter scheduler configuration. The syntax used in CRON expressions. -
updateAtStart
@WithName("update-at-start") @WithDefault("false") boolean updateAtStart()Pull parameters during start phase -
failedAtStart
@WithName("failed-at-start") @WithDefault("false") boolean failedAtStart()Does not start the microservices if an error occurs while retrieving the parameters during the startup phase.
-