Interface TorchServeInfraService
- All Superinterfaces:
AutoCloseable,org.apache.camel.test.infra.common.services.InfrastructureService
- All Known Implementing Classes:
TorchServeLocalContainerInfraService,TorchServeRemoteInfraService
public interface TorchServeInfraService
extends org.apache.camel.test.infra.common.services.InfrastructureService
-
Method Summary
Methods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService
close, initialize, registerProperties, shutdown
-
Method Details
-
inferencePort
int inferencePort() -
managementPort
int managementPort() -
metricsPort
int metricsPort()
-