Uses of Package
org.springframework.modulith.events
Packages that use org.springframework.modulith.events
Package
Description
The event publication registry abstraction.
Spring configuration for the event publication registry.
A Jackson based implementation of the
EventSerializer
.JDBC integration for
EventPublicationRepository
.JPA integration for
EventPublicationRepository
.MongoDB integration for
EventPublicationRepository
.Spring Framework extensions to integrate the event publication registry.
-
Classes in org.springframework.modulith.events used by org.springframework.modulith.eventsClassDescriptionAn event publication that can be completed.An event publication.A registry to capture event publications to
ApplicationListener
s.Repository to storeEventPublication
s.Identifier for a publication target. -
Classes in org.springframework.modulith.events used by org.springframework.modulith.events.configClassDescriptionA registry to capture event publications to
ApplicationListener
s.Repository to storeEventPublication
s. -
Classes in org.springframework.modulith.events used by org.springframework.modulith.events.jackson
-
Classes in org.springframework.modulith.events used by org.springframework.modulith.events.jdbcClassDescriptionAn event publication that can be completed.An event publication.Repository to store
EventPublication
s.Identifier for a publication target. -
Classes in org.springframework.modulith.events used by org.springframework.modulith.events.jpaClassDescriptionAn event publication that can be completed.An event publication.Repository to store
EventPublication
s.Identifier for a publication target. -
Classes in org.springframework.modulith.events used by org.springframework.modulith.events.mongodbClassDescriptionAn event publication that can be completed.An event publication.Repository to store
EventPublication
s.Identifier for a publication target. -
Classes in org.springframework.modulith.events used by org.springframework.modulith.events.support