Class PeriodicAccountBalanceUpdaterScheduledJob

java.lang.Object
com.bluebell.greenhouse.radicle.scheduled.impl.PeriodicAccountBalanceUpdaterScheduledJob
All Implemented Interfaces:
GenericScheduledJob

@Component @ConditionalOnProperty(name="bluebell.jobs.scheduler.enabled", havingValue="true", matchIfMissing=true) public class PeriodicAccountBalanceUpdaterScheduledJob extends Object implements GenericScheduledJob
Submits the durable job that refreshes account balances.
Version:
3.0.6
Author:
Stephen Prizio
  • Constructor Details

    • PeriodicAccountBalanceUpdaterScheduledJob

      public PeriodicAccountBalanceUpdaterScheduledJob()
  • Method Details

    • execute

      @Scheduled(cron="${bluebell.jobs.schedule.periodic-account-balance-updater.cron}", zone="${bluebell.jobs.schedule.periodic-account-balance-updater.zone}") public void execute()
      Submits the balance refresh on its configured schedule.
      Specified by:
      execute in interface GenericScheduledJob