Uses of Package
org.springframework.modulith.events.support
Packages that use org.springframework.modulith.events.support
Package
Description
Spring configuration for the event publication registry.
Spring Framework extensions to integrate the event publication registry.
-
Classes in org.springframework.modulith.events.support used by org.springframework.modulith.events.amqpClassDescriptionAn
EventExternalizationSupport
delegating to aBiConsumer
for the actual externalization. -
Classes in org.springframework.modulith.events.support used by org.springframework.modulith.events.configClassDescriptionAn
Advisor
to decorateTransactionalEventListener
annotated methods to mark the previously registered event publications as completed on successful method execution.AnApplicationEventMulticaster
to registerEventPublication
s in anEventPublicationRegistry
so that potentially failing transactional event listeners can get re-invoked upon application restart or via a schedule. -
Classes in org.springframework.modulith.events.support used by org.springframework.modulith.events.jmsClassDescriptionAn
EventExternalizationSupport
delegating to aBiConsumer
for the actual externalization. -
Classes in org.springframework.modulith.events.support used by org.springframework.modulith.events.kafkaClassDescriptionAn
EventExternalizationSupport
delegating to aBiConsumer
for the actual externalization. -
Classes in org.springframework.modulith.events.support used by org.springframework.modulith.events.supportClassDescriptionA
BrokerRouting
supportsRoutingTarget
instances that contain values matching the format$target::$key
for which the key can actually be a SpEL expression.Fundamental support for event externalization.First-class collection to work with transactional event listeners, i.e.