Interface MongoDBInfraService

All Superinterfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService
All Known Implementing Classes:
MongoDBLocalContainerInfraService, MongoDBRemoteInfraService

public interface MongoDBInfraService extends org.apache.camel.test.infra.common.services.InfrastructureService
  • Method Summary

    Modifier and Type
    Method
    Description
    The connection address in the format host:port
    The replica set URL in the format mongodb://host:port

    Methods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService

    close, initialize, registerProperties, shutdown
  • Method Details

    • getReplicaSetUrl

      String getReplicaSetUrl()
      The replica set URL in the format mongodb://host:port
      Returns:
      the replica set URL
    • getConnectionAddress

      String getConnectionAddress()
      The connection address in the format host:port
      Returns:
      the connection address