Class SendRecurringNotificationsScheduledJob
java.lang.Object
com.bluebell.greenhouse.radicle.scheduled.impl.SendRecurringNotificationsScheduledJob
- All Implemented Interfaces:
GenericScheduledJob
@Component
@ConditionalOnProperty(name="bluebell.jobs.scheduler.enabled",
havingValue="true",
matchIfMissing=true)
public class SendRecurringNotificationsScheduledJob
extends Object
implements GenericScheduledJob
Submits the durable job that sends due recurring notifications.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Submits the recurring-notification run on its configured schedule.
-
Constructor Details
-
SendRecurringNotificationsScheduledJob
public SendRecurringNotificationsScheduledJob()
-
-
Method Details
-
execute
@Scheduled(cron="${bluebell.jobs.schedule.send-recurring-notifications.cron}", zone="${bluebell.jobs.schedule.send-recurring-notifications.zone}") public void execute()Submits the recurring-notification run on its configured schedule.- Specified by:
executein interfaceGenericScheduledJob
-