Interface RetryHandler
-
- All Known Implementing Classes:
DefaultRetryHandler
public interface RetryHandlerRetry notification on a set schedule for unacknowledgedNotificationStateAwareinstances belonging to a specificNotificationStateRepositoryinstance.- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Perform the retry processing logicvoidstart()Commence the scheduled processing via a new threadvoidstop()Stop scheduled processing and exit the processing thread
-