Uses of Class
org.axonframework.test.server.AxonServerContainer
Packages that use AxonServerContainer
Package
Description
-
Uses of AxonServerContainer in org.axonframework.extension.springboot.service.connection
Method parameters in org.axonframework.extension.springboot.service.connection with type arguments of type AxonServerContainerModifier and TypeMethodDescriptionprotected AxonServerConnectionDetailsAxonServerTestContainerConnectionDetailsFactory.getContainerConnectionDetails(org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource<AxonServerContainer> source) -
Uses of AxonServerContainer in org.axonframework.test.server
Methods in org.axonframework.test.server that return AxonServerContainerModifier and TypeMethodDescriptionAxonServerContainer.withAxonServerHostname(String axonServerHostname) Initialize this Axon Server test container with the givenaxonServerHostname.AxonServerContainer.withAxonServerInternalHostname(String axonServerInternalHostname) Initialize this Axon Server test container with the givenaxonServerInternalHostname.AxonServerContainer.withAxonServerName(String axonServerName) Initialize this Axon Server test container with the givenaxonServerName.AxonServerContainer.withClusterTemplate(String clusterTemplatePath) Initialize this Axon Server test container with a cluster template configuration file retrieved from the givenclusterTemplatePath.AxonServerContainer.withConfiguration(String configurationPath) Initialize this Axon Server test container with a configuration file retrieved from the givenconfigurationPath.AxonServerContainer.withDcbContext(boolean dcbContext) Initialize this Axon Server test container with DCB (Dynamic Consistency Boundary) context support.AxonServerContainer.withDevMode(boolean devMode) Initialize this Axon Server test container with the givendevMode.AxonServerContainer.withLicense(String licensePath) Initialize this Axon Server test container with a license file retrieved from the givenlicensePath.