Interface OpenSearchInfraService

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

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

    • getPort

      int getPort()
    • getOpenSearchHost

      String getOpenSearchHost()
    • getHttpHostAddress

      default String getHttpHostAddress()
    • getUsername

      String getUsername()
    • getPassword

      String getPassword()