Interface ParametersConfig.HistoryConfig

Enclosing interface:
ParametersConfig

public static interface ParametersConfig.HistoryConfig
History configuration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set to true, the application will send history information to the parameter management.
    Update history scheduler configuration.
  • Method Details

    • enabled

      @WithName("enabled") @WithDefault("true") boolean enabled()
      If set to true, the application will send history information to the parameter management.
    • updateSchedule

      @WithName("update-schedule") @WithDefault("0 0/15 * * * ?") String updateSchedule()
      Update history scheduler configuration. The syntax used in CRON expressions.