Interface MongoDbDeployment
- All Superinterfaces:
AutoCloseable,org.testcontainers.lifecycle.Startable
- All Known Implementing Classes:
MongoDbReplicaSet,MongoDbShardedCluster
public interface MongoDbDeployment
extends org.testcontainers.lifecycle.Startable
A MongoDB deployment with arbitrary topology
-
Method Summary
Methods inherited from interface org.testcontainers.lifecycle.Startable
close, getDependencies, start, stop
-
Method Details
-
getConnectionString
String getConnectionString()- Returns:
- the standard connection string for this MongoDB deployment.
-