Class ChallengeNotificationScheduler
java.lang.Object
fr.utc.miage.sporttrack.service.event.ChallengeNotificationScheduler
-
Constructor Summary
ConstructorsConstructorDescriptionChallengeNotificationScheduler(ChallengeRepository challengeRepository, NotificationService notificationService) -
Method Summary
-
Constructor Details
-
ChallengeNotificationScheduler
public ChallengeNotificationScheduler(ChallengeRepository challengeRepository, NotificationService notificationService)
-
-
Method Details
-
notifyFinishedChallenges
@Scheduled(fixedDelayString="${sporttrack.notifications.challenge-check-ms:3600000}") @Transactional public void notifyFinishedChallenges()
-