You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/support/PersistentApplicationEventMulticaster.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,9 @@
47
47
importorg.springframework.util.Assert;
48
48
49
49
/**
50
-
* An {@link ApplicationEventMulticaster} to register {@link EventPublication}s in an {@link EventPublicationRegistry}
51
-
* so that potentially failing transactional event listeners can get re-invoked upon application restart or via a
52
-
* schedule.
50
+
* An {@link org.springframework.context.event.ApplicationEventMulticaster} to register {@link EventPublication}s in an
51
+
* {@link EventPublicationRegistry} so that potentially failing transactional event listeners can get re-invoked upon
52
+
* application restart or via a schedule.
53
53
* <p>
54
54
* Republication is handled in {@link #afterSingletonsInstantiated()} inspecting the {@link EventPublicationRegistry}
0 commit comments