Package | Description |
---|---|
org.axonframework.springboot.service.connection | |
org.axonframework.test.server |
Modifier and Type | Method and Description |
---|---|
protected AxonServerConnectionDetails |
AxonServerTestContainerConnectionDetailsFactory.getContainerConnectionDetails(ContainerConnectionSource<AxonServerContainer> source) |
Modifier and Type | Method and Description |
---|---|
AxonServerContainer |
AxonServerContainer.withAxonServerHostname(String axonServerHostname)
Initialize this Axon Server test container with the given
axonServerHostname . |
AxonServerContainer |
AxonServerContainer.withAxonServerInternalHostname(String axonServerInternalHostname)
Initialize this Axon Server test container with the given
axonServerInternalHostname . |
AxonServerContainer |
AxonServerContainer.withAxonServerName(String axonServerName)
Initialize this Axon Server test container with the given
axonServerName . |
AxonServerContainer |
AxonServerContainer.withClusterTemplate(String clusterTemplatePath)
Initialize this Axon Server test container with a cluster template configuration file retrieved from the given
clusterTemplatePath . |
AxonServerContainer |
AxonServerContainer.withConfiguration(String configurationPath)
Initialize this Axon Server test container with a configuration file retrieved from the given
configurationPath . |
AxonServerContainer |
AxonServerContainer.withDevMode(boolean devMode)
Initialize this Axon Server test container with the given
devMode . |
AxonServerContainer |
AxonServerContainer.withLicense(String licensePath)
Initialize this Axon Server test container with a license file retrieved from the given
licensePath . |
Copyright © 2010–2024. All rights reserved.