Class ComputeIndicatorValuesScheduledJob
java.lang.Object
com.bluebell.greenhouse.radicle.scheduled.impl.ComputeIndicatorValuesScheduledJob
- All Implemented Interfaces:
GenericScheduledJob
@Component
@ConditionalOnProperty(name="bluebell.jobs.scheduler.enabled",
havingValue="true",
matchIfMissing=true)
public class ComputeIndicatorValuesScheduledJob
extends Object
implements GenericScheduledJob
Job that runs once per night to compute technical analysis using
ConfiguredIndicator.- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Submits one indicator job per data source and symbol on its configured schedule.
-
Constructor Details
-
ComputeIndicatorValuesScheduledJob
public ComputeIndicatorValuesScheduledJob()
-
-
Method Details
-
execute
@Scheduled(cron="${bluebell.jobs.schedule.compute-indicator-values.cron}", zone="${bluebell.jobs.schedule.compute-indicator-values.zone}") public void execute()Submits one indicator job per data source and symbol on its configured schedule.- Specified by:
executein interfaceGenericScheduledJob
-