Package org.springframework.modulith.events.support
@NonNullApi
package org.springframework.modulith.events.support
Spring Framework extensions to integrate the event publication registry.
-
ClassDescriptionAn
Advisor
to decorateTransactionalEventListener
annotated methods to mark the previously registered event publications as completed on successful method execution.MethodInterceptor
to trigger the completion of an event publication after a transaction event listener method has been completed successfully.AnApplicationEventMulticaster
to registerEventPublication
s in anEventPublicationRegistry
so that potentially failing transactional event listeners can get re-invoked upon application restart or via a schedule.First-class collection to work with transactional event listeners, i.e.