Skip to content

Commit

Permalink
GH-795 - Documentation polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy authored and odrotbohm committed Sep 4, 2024
1 parent b95b0c0 commit 498f72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/antora/modules/ROOT/pages/events.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Using the transactional event publication log requires a combination of artifact
|MongoDB
|`spring-modulith-starter-mongodb`
|Using JDBC as persistence technology. Also enables MongoDB transactions and requires a replica set setup of the server to interact with. The transaction auto-configuration can be disabled by setting the `spring.modulith.events.mongobd.transaction-management.enabled` property to `false`.
|Using MongoDB as persistence technology. Also enables MongoDB transactions and requires a replica set setup of the server to interact with. The transaction auto-configuration can be disabled by setting the `spring.modulith.events.mongobd.transaction-management.enabled` property to `false`.
|Neo4j
|`spring-modulith-starter-neo4j`
Expand Down Expand Up @@ -270,7 +270,7 @@ dependencies {
This artifact contains two primary abstractions that are available to application code as Spring Beans:
* `CompletedEventPublications` -- This interface allows accessing all completed event publications, and provides an API to immediately purge all of them from the database or the completed publications older that a given duration (for example, 1 minute).
* `CompletedEventPublications` -- This interface allows accessing all completed event publications, and provides an API to immediately purge all of them from the database or the completed publications older than a given duration (for example, 1 minute).
* `IncompleteEventPublications` -- This interface allows accessing all incomplete event publications to resubmit either the ones matching a given predicate or older than a given `Duration` relative to the original publishing date.
[[publication-registry.publication-repositories]]
Expand Down

0 comments on commit 498f72d

Please sign in to comment.