Interface CouchbaseInfraService

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

public interface CouchbaseInfraService extends org.apache.camel.test.infra.common.services.InfrastructureService
  • Method Details

    • getConnectionString

      String getConnectionString()
    • getUsername

      String getUsername()
    • getPassword

      String getPassword()
    • getHostname

      String getHostname()
    • getPort

      int getPort()