Class SyncClientServerFactory

java.lang.Object
de.flapdoodle.embed.mongo.spring.autoconfigure.AbstractServerFactory<com.mongodb.client.MongoClient>
de.flapdoodle.embed.mongo.spring.autoconfigure.SyncClientServerFactory

public class SyncClientServerFactory extends AbstractServerFactory<com.mongodb.client.MongoClient>
  • Field Summary

    Fields inherited from class de.flapdoodle.embed.mongo.spring.autoconfigure.AbstractServerFactory

    properties
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.mongodb.client.MongoClient
    client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress)
     
    protected com.mongodb.client.MongoClient
    client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress, com.mongodb.MongoCredential credential)
     
    protected org.bson.Document
    resultOfAction(com.mongodb.client.MongoClient client, de.flapdoodle.embed.mongo.spring.autoconfigure.MongoClientAction.Action action)
     

    Methods inherited from class de.flapdoodle.embed.mongo.spring.autoconfigure.AbstractServerFactory

    createWrapper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • client

      protected com.mongodb.client.MongoClient client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress)
      Specified by:
      client in class AbstractServerFactory<com.mongodb.client.MongoClient>
    • client

      protected com.mongodb.client.MongoClient client(de.flapdoodle.embed.mongo.commands.ServerAddress serverAddress, com.mongodb.MongoCredential credential)
      Specified by:
      client in class AbstractServerFactory<com.mongodb.client.MongoClient>
    • resultOfAction

      protected org.bson.Document resultOfAction(com.mongodb.client.MongoClient client, de.flapdoodle.embed.mongo.spring.autoconfigure.MongoClientAction.Action action)
      Specified by:
      resultOfAction in class AbstractServerFactory<com.mongodb.client.MongoClient>