Class CrowdDeletedEntityCleanupServiceImpl

    • Method Detail

      • runCleanup

        public boolean runCleanup​(@NotNull
                                  @NotNull Date timeoutThreshold,
                                  int batchSize)
        Description copied from interface: CrowdDeletedEntityCleanupService
        Run the cleanup of Crowd deleted entities.
        Specified by:
        runCleanup in interface CrowdDeletedEntityCleanupService
        Parameters:
        timeoutThreshold - cleanup after entities deleted before this date
        batchSize - maximum number of entities to process
        Returns:
        true if any entity got processed and next batch can be cleaned up, false otherwise