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