Uses of Interface
org.springframework.modulith.events.core.EventSerializer
Packages that use EventSerializer
Package
Description
A Jackson 3-based implementation of the
EventSerializer.A Jackson-based implementation of the
EventSerializer.JDBC integration for
EventPublicationRepository.JMS event externalization support.
JPA integration for
EventPublicationRepository.Neo4j 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.jackson2
Classes in org.springframework.modulith.events.jackson2 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) EventPublicationRepositoryJdbcEventPublicationAutoConfiguration.jdbcEventPublicationRepository(JdbcTemplate jdbcTemplate, EventSerializer serializer, JdbcRepositorySettings settings) Constructors in org.springframework.modulith.events.jdbc with parameters of type EventSerializerModifierConstructorDescriptionJdbcEventPublicationRepository(JdbcOperations operations, EventSerializer serializer, JdbcRepositorySettings settings) Creates a newJdbcEventPublicationRepositoryfor the givenJdbcOperations,EventSerializer,DatabaseTypeandJdbcConfigurationProperties.JdbcEventPublicationRepositoryV2(JdbcOperations operations, EventSerializer serializer, JdbcRepositorySettings settings) Creates a newJdbcEventPublicationRepositoryfor the givenJdbcOperations,EventSerializer,DatabaseTypeandJdbcConfigurationProperties. -
Uses of EventSerializer in org.springframework.modulith.events.jms
Methods in org.springframework.modulith.events.jms with parameters of type EventSerializerModifier and TypeMethodDescription(package private) DelegatingEventExternalizerJmsEventExternalizerConfiguration.jmsEventExternalizer(EventExternalizationConfiguration configuration, JmsOperations operations, EventSerializer serializer, BeanFactory factory) Constructors in org.springframework.modulith.events.jms with parameters of type EventSerializerModifierConstructorDescription(package private)JmsOutboxConfiguration(EventExternalizationConfiguration configuration, JmsOperations operations, EventSerializer serializer, BeanFactory factory) -
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) JpaEventPublicationRepositoryJpaEventPublicationConfiguration.jpaEventPublicationRepository(jakarta.persistence.EntityManager em, EventSerializer serializer, Environment environment) Constructors in org.springframework.modulith.events.jpa with parameters of type EventSerializerModifierConstructorDescriptionJpaEventPublicationRepository(jakarta.persistence.EntityManager entityManager, EventSerializer serializer, CompletionMode completionMode) -
Uses of EventSerializer in org.springframework.modulith.events.neo4j
Methods in org.springframework.modulith.events.neo4j with parameters of type EventSerializerModifier and TypeMethodDescription(package private) Neo4jEventPublicationRepositoryNeo4jEventPublicationAutoConfiguration.neo4jEventPublicationRepository(org.springframework.data.neo4j.core.Neo4jClient neo4jClient, org.neo4j.cypherdsl.core.renderer.Configuration cypherDslConfiguration, EventSerializer eventSerializer, Environment environment) Constructors in org.springframework.modulith.events.neo4j with parameters of type EventSerializerModifierConstructorDescription(package private)Neo4jEventPublicationRepository(org.springframework.data.neo4j.core.Neo4jClient neo4jClient, org.neo4j.cypherdsl.core.renderer.Configuration cypherDslConfiguration, EventSerializer eventSerializer, CompletionMode completionMode)
JacksonEventSerializationConfiguration.