Interface WeaviateInfraService

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

public interface WeaviateInfraService extends org.apache.camel.test.infra.common.services.InfrastructureService
Test infra service for Weaviate
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    int
     

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

    close, initialize, registerProperties, shutdown
  • Method Details

    • getWeaviateEndpointUrl

      String getWeaviateEndpointUrl()
    • getWeaviateHost

      String getWeaviateHost()
    • getWeaviatePort

      int getWeaviatePort()