Class ChatScriptLocalContainerInfraService
java.lang.Object
org.apache.camel.test.infra.chatscript.services.ChatScriptLocalContainerInfraService
- All Implemented Interfaces:
AutoCloseable,ChatScriptInfraService,org.apache.camel.test.infra.common.services.ContainerService<org.testcontainers.containers.GenericContainer>,org.apache.camel.test.infra.common.services.InfrastructureService
@InfraService(service=ChatScriptInfraService.class,
description="ChatBot Engine",
serviceAlias="chat-script")
public class ChatScriptLocalContainerInfraService
extends Object
implements ChatScriptInfraService, org.apache.camel.test.infra.common.services.ContainerService<org.testcontainers.containers.GenericContainer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.testcontainers.containers.GenericContainervoidvoidvoidshutdown()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.test.infra.common.services.ContainerService
followLogMethods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService
close
-
Constructor Details
-
ChatScriptLocalContainerInfraService
public ChatScriptLocalContainerInfraService()
-
-
Method Details
-
registerProperties
public void registerProperties()- Specified by:
registerPropertiesin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
getContainer
public org.testcontainers.containers.GenericContainer getContainer()- Specified by:
getContainerin interfaceorg.apache.camel.test.infra.common.services.ContainerService<org.testcontainers.containers.GenericContainer>
-
serviceAddress
- Specified by:
serviceAddressin interfaceChatScriptInfraService
-