Interface IncompleteEventPublications

All Known Implementing Classes:
PersistentApplicationEventMulticaster

public interface IncompleteEventPublications
All uncompleted event publications.
Since:
1.1
Author:
Oliver Drotbohm
  • Method Details

    • resubmitIncompletePublications

      void resubmitIncompletePublications(Predicate<EventPublication> filter)
      Triggers the re-submission of events for which incomplete EventPublications are registered. Note, that this will materialize all incomplete event publications.
      Parameters:
      filter - a Predicate to select the event publications for which to resubmit events.
    • resubmitIncompletePublicationsOlderThan

      void resubmitIncompletePublicationsOlderThan(Duration duration)
      Triggers the re-submission of events for which incomplete EventPublications are registered that exceed a certain age regarding their original publication date.
      Parameters:
      duration - must not be null.