Class DropboxAuthStateCleanupJob

java.lang.Object
org.apache.clusterbr.zupportl5.component.DropboxAuthStateCleanupJob

@Component public class DropboxAuthStateCleanupJob extends Object

UML Diagrams:

UML CLASS Diagram

UML USECASE Diagram

UML SEQ Diagram

UML ACTIVITY Diagram

Since:
2024-1108
Author:
arcbrth@gmail.com
  • Constructor Details

  • 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 ------------------------------------------------------------------