Interface RetryHandler
-
- All Known Implementing Classes:
DefaultRetryHandler
public interface RetryHandler
Retry notification on a set schedule for unacknowledgedNotificationStateAware
instances belonging to a specificNotificationStateRepository
instance.- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Perform the retry processing logicvoid
start()
Commence the scheduled processing via a new threadvoid
stop()
Stop scheduled processing and exit the processing thread
-