Uses of Interface
org.springframework.modulith.events.EventSerializer
Packages that use EventSerializer
Package
Description
A Jackson based implementation of the
EventSerializer
.JDBC integration for
EventPublicationRepository
.JPA integration for
EventPublicationRepository
.-
Uses of EventSerializer in org.springframework.modulith.events.jackson
Classes in org.springframework.modulith.events.jackson that implement EventSerializer -
Uses of EventSerializer in org.springframework.modulith.events.jdbc
Methods in org.springframework.modulith.events.jdbc with parameters of type EventSerializerModifier and TypeMethodDescription(package private) JdbcEventPublicationRepository
JdbcEventPublicationAutoConfiguration.jdbcEventPublicationRepository
(JdbcTemplate jdbcTemplate, EventSerializer serializer, DatabaseType databaseType) Constructors in org.springframework.modulith.events.jdbc with parameters of type EventSerializerModifierConstructorDescriptionJdbcEventPublicationRepository
(JdbcOperations operations, EventSerializer serializer, DatabaseType databaseType) Creates a newJdbcEventPublicationRepository
for the givenJdbcOperations
,EventSerializer
andDatabaseType
. -
Uses of EventSerializer in org.springframework.modulith.events.jpa
Methods in org.springframework.modulith.events.jpa with parameters of type EventSerializerModifier and TypeMethodDescription(package private) JpaEventPublicationRepository
JpaEventPublicationConfiguration.jpaEventPublicationRepository
(jakarta.persistence.EntityManager em, EventSerializer serializer) Constructors in org.springframework.modulith.events.jpa with parameters of type EventSerializerModifierConstructorDescriptionJpaEventPublicationRepository
(jakarta.persistence.EntityManager entityManager, EventSerializer serializer)