Skip to content

Commit

Permalink
Update reactive transaction sample in reference documentation.
Browse files Browse the repository at this point in the history
Closes: #4190
  • Loading branch information
christophstrobl committed Oct 6, 2022
1 parent 92ace88 commit eba0a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/asciidoc/reference/client-session-transactions.adoc
Expand Up @@ -302,10 +302,10 @@ The following example shows how to create and use transactions with a `ReactiveM
[source,java]
----
@Configuration
static class Config extends AbstractMongoClientConfiguration {
public class Config extends AbstractReactiveMongoConfiguration {
@Bean
ReactiveMongoTransactionManager transactionManager(ReactiveDatabaseFactory factory) { <1>
ReactiveMongoTransactionManager transactionManager(ReactiveMongoDatabaseFactory factory) { <1>
return new ReactiveMongoTransactionManager(factory);
}
Expand Down

0 comments on commit eba0a66

Please sign in to comment.