Uses of Class
ch.admin.bit.jeap.errorhandling.infrastructure.persistence.ScheduledResend
Packages that use ScheduledResend
Package
Description
-
Uses of ScheduledResend in ch.admin.bit.jeap.errorhandling.domain.error
Methods in ch.admin.bit.jeap.errorhandling.domain.error with parameters of type ScheduledResendModifier and TypeMethodDescriptionvoidErrorService.scheduledResend(ScheduledResend scheduledResend) -
Uses of ScheduledResend in ch.admin.bit.jeap.errorhandling.domain.resend.scheduler
Methods in ch.admin.bit.jeap.errorhandling.domain.resend.scheduler with parameters of type ScheduledResendModifier and TypeMethodDescriptionvoidScheduledResendService.setResent(ScheduledResend scheduledResend) -
Uses of ScheduledResend in ch.admin.bit.jeap.errorhandling.infrastructure.persistence
Methods in ch.admin.bit.jeap.errorhandling.infrastructure.persistence that return types with arguments of type ScheduledResendModifier and TypeMethodDescriptionScheduledResendRepository.findByErrorId(UUID errorId) ScheduledResendRepository.findFirstByErrorIdAndCancelledIsFalseAndResentAtIsNullOrderByResendAtAsc(UUID errorId) default Optional<ScheduledResend> ScheduledResendRepository.findNextScheduledResend(UUID errorId) default List<ScheduledResend> ScheduledResendRepository.findNextScheduledResendsOldestFirst(ZonedDateTime notAfter, int maxNumItemsToFind) ScheduledResendRepository.findNextScheduledResendsOldestFirst(ZonedDateTime notAfter, org.springframework.data.domain.Pageable pageable)