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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.testcontainers.lifecycle.Startable

    close, getDependencies, start, stop