Class HubPeriodicUpdateJob

java.lang.Object
io.meeds.tenant.hub.scheduling.task.HubPeriodicUpdateJob

@Component public class HubPeriodicUpdateJob extends Object
A Job that will frequently run when the Hub is connected to the WoM to update the Hub Card
  • Constructor Details

    • HubPeriodicUpdateJob

      public HubPeriodicUpdateJob()
  • Method Details

    • run

      @Scheduled(cron="${meeds.deed.tenant.cron:0 0/2 * * * *}") public void run()