Interface ArangoDBInfraService

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

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

    Modifier and Type
    Method
    Description
     
    int
     
    default String
     

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

    close, initialize, registerProperties, shutdown
  • Method Details

    • getPort

      int getPort()
    • getHost

      String getHost()
    • getServiceAddress

      default String getServiceAddress()