类 ReactiveMongoClientFactory

    • 方法详细资料

      • createMongoClient

        public com.mongodb.reactivestreams.client.MongoClient createMongoClient​(com.mongodb.MongoClientSettings settings)
        Creates a MongoClient using the given settings. If the environment contains a local.mongo.port property, it is used to configure a client to an embedded MongoDB instance.
        参数:
        settings - the settings
        返回:
        the Mongo client