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
Each transactional event listener is wrapped into an aspect that marks that log entry as completed if the execution of the listener succeeds.
208
208
In case the listener fails, the log entry stays untouched so that retry mechanisms can be deployed depending on the application's needs.
209
-
Automatic re-publication of the events can be enabled via the xref:appendix.adoc#configuration-properties[`spring.modulith.republish-outstanding-events-on-restart`] property.
209
+
Automatic re-publication of the events can be enabled via the xref:appendix.adoc#configuration-properties[`spring.modulith.events.republish-outstanding-events-on-restart`] property.
210
210
211
211
.The transactional event listener arrangement after execution
0 commit comments