Skip to content

Commit 498f72d

Browse files
sivaprasadreddyodrotbohm
authored andcommitted
GH-795 - Documentation polishing.
1 parent b95b0c0 commit 498f72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/antora/modules/ROOT/pages/events.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Using the transactional event publication log requires a combination of artifact
228228
229229
|MongoDB
230230
|`spring-modulith-starter-mongodb`
231-
|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`.
231+
|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`.
232232
233233
|Neo4j
234234
|`spring-modulith-starter-neo4j`
@@ -270,7 +270,7 @@ dependencies {
270270
271271
This artifact contains two primary abstractions that are available to application code as Spring Beans:
272272
273-
* `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).
273+
* `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).
274274
* `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.
275275
276276
[[publication-registry.publication-repositories]]

0 commit comments

Comments
 (0)