Class DocumentDb

java.lang.Object
io.debezium.connector.mongodb.junit.MongoDbExternal
io.debezium.connector.mongodb.junit.DocumentDb
All Implemented Interfaces:
MongoDbDeployment, AutoCloseable, org.testcontainers.lifecycle.Startable

public class DocumentDb extends MongoDbExternal
DocumentDb representation of MongoDbDeployment
  • Constructor Details

    • DocumentDb

      public DocumentDb()
    • DocumentDb

      public DocumentDb(String connectionString)
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface org.testcontainers.lifecycle.Startable
      Overrides:
      start in class MongoDbExternal