Class DropboxAuthStateCleanupJob
java.lang.Object
org.apache.clusterbr.zupportl5.component.DropboxAuthStateCleanupJob
UML Diagrams:




- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid(second minute hour day-of-month month day-of-week) ------------------------------------------------------------------ "0 *\/5 * * * ?"
-
Constructor Details
-
DropboxAuthStateCleanupJob
-
-
Method Details
-
cleanupExpiredStates
@Scheduled(cron="0 0 0/6 * * ?") public void cleanupExpiredStates()(second minute hour day-of-month month day-of-week) ------------------------------------------------------------------ "0 *\/5 * * * ?" - for every 5-minutes "0 0 * * * ?" - for every hour "0 0 0/6 * * ?" - for every 6 hours (midnight, 6 AM, 12 PM, 6 PM) "0 0 0 * * ?" - for once daily at midnight ------------------------------------------------------------------
-