Class RemoteOpenSearchInfraService

java.lang.Object
org.apache.camel.test.infra.opensearch.services.RemoteOpenSearchInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService, OpenSearchInfraService

public class RemoteOpenSearchInfraService extends Object implements OpenSearchInfraService
  • Constructor Details

    • RemoteOpenSearchInfraService

      public RemoteOpenSearchInfraService()
  • Method Details

    • getPort

      public int getPort()
      Specified by:
      getPort in interface OpenSearchInfraService
    • getOpenSearchHost

      public String getOpenSearchHost()
      Specified by:
      getOpenSearchHost in interface OpenSearchInfraService
    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • getUsername

      public String getUsername()
      Specified by:
      getUsername in interface OpenSearchInfraService
    • getPassword

      public String getPassword()
      Specified by:
      getPassword in interface OpenSearchInfraService