Class QuartzBuildTimeConfig


  • @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
    public class QuartzBuildTimeConfig
    extends Object
    • Field Detail

      • clustered

        @ConfigItem
        public boolean clustered
        Enable cluster mode or not.

        If enabled make sure to set the appropriate cluster properties.

      • clusterCheckinInterval

        @ConfigItem(defaultValue="15000")
        public long clusterCheckinInterval
        The frequency (in milliseconds) at which the scheduler instance checks-in with other instances of the cluster.
      • dataSourceName

        @ConfigItem(name="datasource")
        public Optional<String> dataSourceName
        The name of the datasource to use.

        Optionally needed when using the `jdbc-tx` or `jdbc-cmt` store types. If not specified, defaults to using the default datasource.

      • tablePrefix

        @ConfigItem(defaultValue="QRTZ_")
        public String tablePrefix
        The prefix for quartz job store tables.

        Ignored if using a `ram` store.

    • Constructor Detail

      • QuartzBuildTimeConfig

        public QuartzBuildTimeConfig()