Uses of Interface
org.springframework.modulith.events.EventPublication
Packages that use EventPublication
Package
Description
API of the event publication registry abstraction.
The event publication registry abstraction.
Spring Framework extensions to integrate the event publication registry.
-
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.ResubmissionOptions.getFilter()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.ResubmissionOptions.withFilter(Predicate<EventPublication> filter) Configures whichEventPublications to resubmit in a re-submission attempt. -
Uses of EventPublication in org.springframework.modulith.events.core
Subinterfaces of EventPublication in org.springframework.modulith.events.coreClasses in org.springframework.modulith.events.core that implement EventPublicationModifier and TypeClassDescription(package private) classDefaultTargetEventPublicationimplementation.Method parameters in org.springframework.modulith.events.core with type arguments of type EventPublicationModifier and TypeMethodDescriptionvoidDefaultEventPublicationRegistry.deletePublications(Predicate<EventPublication> filter) voidDefaultEventPublicationRegistry.processIncompletePublications(Predicate<EventPublication> filter, Consumer<TargetEventPublication> consumer, @Nullable Duration duration) voidEventPublicationRegistry.processIncompletePublications(Predicate<EventPublication> filter, Consumer<TargetEventPublication> consumer, @Nullable Duration duration) Processes all incomplete event publications that have been published before the given duration in relation to "now" by applying the given filter passing all remaining instances to the givenConsumer. -
Uses of EventPublication in org.springframework.modulith.events.support
Method parameters in org.springframework.modulith.events.support with type arguments of type EventPublicationModifier and TypeMethodDescriptionvoidPersistentApplicationEventMulticaster.resubmitIncompletePublications(Predicate<EventPublication> filter)