Uses of Enum Class
org.springframework.modulith.events.support.CompletionMode
Package
Description
JDBC integration for
EventPublicationRepository
.JPA integration for
EventPublicationRepository
.MongoDB integration for
EventPublicationRepository
.Neo4j integration for
EventPublicationRepository
.Spring Framework extensions to integrate the event publication registry.
-
Uses of CompletionMode in org.springframework.modulith.events.jdbc
ModifierConstructorDescription(package private)
JdbcRepositorySettings
(DatabaseType databaseType, CompletionMode completionMode, String schema) -
Uses of CompletionMode in org.springframework.modulith.events.jpa
Modifier and TypeMethodDescription(package private) static Class<? extends JpaEventPublication>
JpaEventPublication.getCompletedType
(CompletionMode mode) ModifierConstructorDescriptionJpaEventPublicationRepository
(jakarta.persistence.EntityManager entityManager, EventSerializer serializer, CompletionMode completionMode) -
Uses of CompletionMode in org.springframework.modulith.events.mongodb
ModifierConstructorDescriptionMongoDbEventPublicationRepository
(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, CompletionMode completionMode) Creates a newMongoDbEventPublicationRepository
for the givenMongoTemplate
. -
Uses of CompletionMode in org.springframework.modulith.events.neo4j
ModifierConstructorDescription(package private)
Neo4jEventPublicationRepository
(org.springframework.data.neo4j.core.Neo4jClient neo4jClient, org.neo4j.cypherdsl.core.renderer.Configuration cypherDslConfiguration, EventSerializer eventSerializer, CompletionMode completionMode) -
Uses of CompletionMode in org.springframework.modulith.events.support
Modifier and TypeMethodDescriptionstatic CompletionMode
CompletionMode.from
(Environment environment) Looks up theCompletionMode
from the given environment or usesUPDATE
as default.static CompletionMode
Returns the enum constant of this class with the specified name.static CompletionMode[]
CompletionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.