Interface IncompleteEventPublications
- All Known Implementing Classes:
PersistentApplicationEventMulticaster
public interface IncompleteEventPublications
All uncompleted event publications.
- Since:
- 1.1
- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Triggers the re-submission of events for which incompleteEventPublication
s are registered.void
Triggers the re-submission of events for which incompleteEventPublication
s are registered that exceed a certain age regarding their original publication date.
-
Method Details
-
resubmitIncompletePublications
Triggers the re-submission of events for which incompleteEventPublication
s are registered. Note, that this will materialize all incomplete event publications.- Parameters:
filter
- aPredicate
to select the event publications for which to resubmit events.
-
resubmitIncompletePublicationsOlderThan
Triggers the re-submission of events for which incompleteEventPublication
s are registered that exceed a certain age regarding their original publication date.- Parameters:
duration
- must not be null.
-