Uses of Interface
org.springframework.modulith.events.EventPublication
-
Uses of EventPublication in org.springframework.modulith.events
Methods in org.springframework.modulith.events that return types with arguments of type EventPublicationModifier and TypeMethodDescriptionCollection<? extends EventPublication>CompletedEventPublications.findAll()Returns allEventPublications that have already been completed.Methods in org.springframework.modulith.events with parameters of type EventPublicationMethod parameters in org.springframework.modulith.events with type arguments of type EventPublicationModifier and TypeMethodDescriptionvoidCompletedEventPublications.deletePublications(Predicate<EventPublication> filter) Deletes allEventPublications matching the givenPredicate.voidIncompleteEventPublications.resubmitIncompletePublications(Predicate<EventPublication> filter) Triggers the re-submission of events for which incompleteEventPublications are registered.