Class HubPeriodicUpdateJob
java.lang.Object
io.meeds.tenant.hub.scheduling.task.HubPeriodicUpdateJob
A Job that will frequently run when the Hub is connected to the WoM to update
the Hub Card
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HubPeriodicUpdateJob
public HubPeriodicUpdateJob()
-
-
Method Details
-
run
@Scheduled(cron="${meeds.deed.tenant.cron:0 0/2 * * * *}") public void run()
-