Class ScheduledResendService
java.lang.Object
ch.admin.bit.jeap.errorhandling.domain.resend.scheduler.ScheduledResendService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelScheduledResends(Error error) getNextResendTimestamp(UUID errrorId) voidscheduleResend(UUID errorId, ZonedDateTime resendAt) Schedule the resending of the event that caused the error identified by the given id at the time given .voidsetResent(ScheduledResend scheduledResend)
-
Constructor Details
-
ScheduledResendService
-
-
Method Details
-
scheduleResend
Schedule the resending of the event that caused the error identified by the given id at the time given . -
getNextResendTimestamp
-
cancelScheduledResends
-
setResent
-