Class ReactiveMongoDatabaseUtils

java.lang.Object
org.springframework.data.mongodb.ReactiveMongoDatabaseUtils

public class ReactiveMongoDatabaseUtils extends Object
Helper class for managing reactive MongoDatabase instances via ReactiveMongoDatabaseFactory. Used for obtaining session bound resources, such as MongoDatabase and MongoCollection suitable for transactional usage.
Note: Intended for internal usage only.
Since:
2.2
Author:
Mark Paluch, Christoph Strobl, Mathieu Ouellet