public class AxonServerSEContainer<SELF extends AxonServerSEContainer<SELF>>
extends org.testcontainers.containers.GenericContainer<SELF>
Constructor and Description |
---|
AxonServerSEContainer(org.testcontainers.utility.DockerImageName dockerImageName)
Initialize AxonServer SE with a given docker image.
|
AxonServerSEContainer(String dockerImageName)
Initialize AxonServer SE with a given docker image.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configure() |
boolean |
equals(Object o) |
String |
getAxonServerAddress()
Returns the Axon Server's address container in a host:port format.
|
Integer |
getGrpcPort()
Returns the mapped GRPC port used by this Axon Server container.
|
int |
hashCode() |
String |
toString() |
SELF |
withDevMode(boolean devMode)
Initialize AxonServer SE on dev mode.
|
addEnv, addExposedPort, addExposedPorts, addFileSystemBind, addFixedExposedPort, addFixedExposedPort, addLink, apply, canBeReused, containerIsCreated, containerIsStarted, containerIsStarted, containerIsStarting, containerIsStarting, containerIsStopped, containerIsStopping, copyFileFromContainer, createVolumeDirectory, dependsOn, dependsOn, dependsOn, doStart, failed, finished, getBinds, getCommandParts, getContainerId, getContainerInfo, getContainerName, getCopyToFileContainerPathMap, getCreateContainerCmdModifiers, getDependencies, getDockerClient, getDockerImageName, getEnv, getEnvMap, getExposedPorts, getExtraHosts, getImage, getIpAddress, getLabels, getLinkedContainers, getLivenessCheckPort, getLivenessCheckPortNumbers, getLivenessCheckPorts, getLogConsumers, getNetwork, getNetworkAliases, getNetworkMode, getPortBindings, getShmSize, getStartupAttempts, getStartupCheckStrategy, getTestHostIpAddress, getTmpFsMapping, getVolumesFroms, getWaitStrategy, getWorkingDirectory, isHostAccessible, isPrivilegedMode, isShouldBeReused, logger, setBinds, setCommand, setCommand, setCommandParts, setCopyToFileContainerPathMap, setDockerImageName, setEnv, setExposedPorts, setExtraHosts, setHostAccessible, setImage, setLabels, setLinkedContainers, setLogConsumers, setNetwork, setNetworkAliases, setNetworkMode, setPortBindings, setPrivilegedMode, setShmSize, setStartupAttempts, setStartupCheckStrategy, setTmpFsMapping, setVolumesFroms, setWaitStrategy, setWorkingDirectory, start, starting, stop, succeeded, waitingFor, waitUntilContainerStarted, withAccessToHost, withClasspathResourceMapping, withClasspathResourceMapping, withCommand, withCommand, withCopyFileToContainer, withCopyToContainer, withCreateContainerCmdModifier, withEnv, withEnv, withExposedPorts, withExtraHost, withFileSystemBind, withImagePullPolicy, withLabel, withLabels, withLogConsumer, withMinimumRunningDuration, withNetwork, withNetworkAliases, withNetworkMode, withPrivilegedMode, withReuse, withSharedMemorySize, withStartupAttempts, withStartupCheckStrategy, withStartupTimeout, withTmpFs, withVolumesFrom, withWorkingDirectory
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addFileSystemBind, followOutput, followOutput, self, withEnv, withFileSystemBind
copyFileFromContainer, copyFileToContainer, copyFileToContainer, execInContainer, execInContainer, getBoundPortNumbers, getContainerIpAddress, getCurrentContainerInfo, getFirstMappedPort, getHost, getLogs, getLogs, getMappedPort, isCreated, isHealthy, isRunning
public AxonServerSEContainer(String dockerImageName)
dockerImageName
- name of the docker imagepublic AxonServerSEContainer(org.testcontainers.utility.DockerImageName dockerImageName)
dockerImageName
- name of the docker imageprotected void configure()
configure
in class org.testcontainers.containers.GenericContainer<SELF extends AxonServerSEContainer<SELF>>
public SELF withDevMode(boolean devMode)
devMode
- dev mode. Default value is false
.public Integer getGrpcPort()
public String getAxonServerAddress()
public boolean equals(Object o)
equals
in class org.testcontainers.containers.GenericContainer<SELF extends AxonServerSEContainer<SELF>>
public int hashCode()
hashCode
in class org.testcontainers.containers.GenericContainer<SELF extends AxonServerSEContainer<SELF>>
public String toString()
toString
in class org.testcontainers.containers.GenericContainer<SELF extends AxonServerSEContainer<SELF>>
Copyright © 2010–2023. All rights reserved.