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