Package com.chutneytesting.action.mongo
Interface MongoDatabaseFactory
- All Known Implementing Classes:
DefaultMongoDatabaseFactory
public interface MongoDatabaseFactory
-
Method Summary
-
Method Details
-
create
CloseableResource<com.mongodb.client.MongoDatabase> create(Target target) throws IllegalArgumentException - Throws:
IllegalArgumentException- when givenTargetdoes not supply needed parameters
-