public class ReactiveClientServerFactory extends AbstractServerFactory<com.mongodb.reactivestreams.client.MongoClient>
properties| Modifier and Type | Method and Description |
|---|---|
protected com.mongodb.reactivestreams.client.MongoClient |
client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress) |
protected com.mongodb.reactivestreams.client.MongoClient |
client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress,
com.mongodb.MongoCredential credential) |
protected org.bson.Document |
resultOfAction(com.mongodb.reactivestreams.client.MongoClient client,
de.flapdoodle.embed.mongo.spring.autoconfigure.MongoClientAction.Action action) |
createWrapperprotected org.bson.Document resultOfAction(com.mongodb.reactivestreams.client.MongoClient client,
de.flapdoodle.embed.mongo.spring.autoconfigure.MongoClientAction.Action action)
resultOfAction in class AbstractServerFactory<com.mongodb.reactivestreams.client.MongoClient>protected com.mongodb.reactivestreams.client.MongoClient client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress)
client in class AbstractServerFactory<com.mongodb.reactivestreams.client.MongoClient>protected com.mongodb.reactivestreams.client.MongoClient client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress,
com.mongodb.MongoCredential credential)
client in class AbstractServerFactory<com.mongodb.reactivestreams.client.MongoClient>Copyright © 2023. All rights reserved.