Interface SolrInfraService

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

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

    Modifier and Type
    Method
    Description
    default String
     
    int
     
     

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

    close, initialize, registerProperties, shutdown
  • Method Details

    • getPort

      int getPort()
    • getSolrHost

      String getSolrHost()
    • getHttpHostAddress

      default String getHttpHostAddress()