Packages

c

akka.kafka.testkit.internal

AlpakkaKafkaContainer

class AlpakkaKafkaContainer extends GenericContainer[AlpakkaKafkaContainer]

This container wraps Confluent Kafka and Zookeeper (optionally)

This is a copy of KafkaContainer from testcontainers/testcontainers-java that we can tweak as needed

Annotations
@InternalApi()
Source
AlpakkaKafkaContainer.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlpakkaKafkaContainer
  2. GenericContainer
  3. Startable
  4. WaitStrategyTarget
  5. AutoCloseable
  6. Container
  7. ContainerState
  8. LinkableContainer
  9. FailureDetectingExternalResource
  10. TestRule
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AlpakkaKafkaContainer(dockerImageName: DockerImageName)
  2. new AlpakkaKafkaContainer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEnv(arg0: String, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
  5. def addExposedPort(arg0: Integer): Unit
    Definition Classes
    GenericContainer → Container
  6. def addExposedPorts(arg0: <repeated...>[Int]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  7. def addFileSystemBind(arg0: String, arg1: String, arg2: BindMode, arg3: SelinuxContext): Unit
    Definition Classes
    GenericContainer → Container
  8. def addFileSystemBind(arg0: String, arg1: String, arg2: BindMode): Unit
    Definition Classes
    Container
  9. def addFixedExposedPort(arg0: Int, arg1: Int, arg2: InternetProtocol): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  10. def addFixedExposedPort(arg0: Int, arg1: Int): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def canBeReused(): Boolean
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def close(): Unit
    Definition Classes
    Startable → AutoCloseable
  15. def configure(): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  16. def containerIsCreated(arg0: String): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  17. def containerIsStarted(arg0: InspectContainerResponse, arg1: Boolean): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  18. def containerIsStarted(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  19. def containerIsStarting(containerInfo: InspectContainerResponse, reused: Boolean): Unit
    Attributes
    protected[internal]
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
    Annotations
    @Override()
  20. def containerIsStarting(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  21. def containerIsStopped(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  22. def containerIsStopping(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  23. def copyFileFromContainer(arg0: String, arg1: String): Unit
    Definition Classes
    GenericContainer → ContainerState
  24. def copyFileFromContainer[T <: AnyRef](arg0: String, arg1: ThrowingFunction[InputStream, T]): T
    Definition Classes
    ContainerState
  25. def copyFileToContainer(arg0: Transferable, arg1: String): Unit
    Definition Classes
    ContainerState
  26. def copyFileToContainer(arg0: MountableFile, arg1: String): Unit
    Definition Classes
    ContainerState
  27. def dependsOn(arg0: Iterable[_ <: Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  28. def dependsOn(arg0: List[_ <: Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  29. def dependsOn(arg0: <repeated...>[Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
    Annotations
    @transient()
  30. def doStart(): Unit
    Attributes
    protected[internal]
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
    Annotations
    @Override()
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    GenericContainer → AnyRef → Any
  33. def execInContainer(arg0: Charset, arg1: <repeated...>[String]): ExecResult
    Definition Classes
    ContainerState
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException]) @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException]) @transient()
  34. def execInContainer(arg0: <repeated...>[String]): ExecResult
    Definition Classes
    ContainerState
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException]) @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException]) @transient()
  35. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  36. def followOutput(arg0: Consumer[OutputFrame], arg1: <repeated...>[OutputType]): Unit
    Definition Classes
    Container
    Annotations
    @transient()
  37. def followOutput(arg0: Consumer[OutputFrame]): Unit
    Definition Classes
    Container
  38. def getBinds(): List[Bind]
    Definition Classes
    GenericContainer → Container
  39. def getBootstrapServers(): String
  40. def getBoundPortNumbers(): List[Integer]
    Definition Classes
    ContainerState
  41. def getBrokerNum(): Int
  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def getCommandParts(): Array[String]
    Definition Classes
    GenericContainer → Container
  44. def getContainerId(): String
    Definition Classes
    GenericContainer → ContainerState
  45. def getContainerInfo(): InspectContainerResponse
    Definition Classes
    GenericContainer → ContainerState
  46. def getContainerIpAddress(): String
    Definition Classes
    ContainerState
  47. def getContainerName(): String
    Definition Classes
    GenericContainer → LinkableContainer
  48. def getCopyToFileContainerPathMap(): Map[MountableFile, String]
    Definition Classes
    GenericContainer
  49. def getCreateContainerCmdModifiers(): Set[Consumer[CreateContainerCmd]]
    Definition Classes
    GenericContainer
  50. def getCurrentContainerInfo(): InspectContainerResponse
    Definition Classes
    ContainerState
  51. def getDependencies(): Set[Startable]
    Definition Classes
    GenericContainer → Startable
  52. def getDockerClient(): DockerClient
    Definition Classes
    GenericContainer → Container
  53. def getDockerImageName(): String
    Definition Classes
    GenericContainer → Container
  54. def getEnv(): List[String]
    Definition Classes
    GenericContainer → Container
  55. def getEnvMap(): Map[String, String]
    Definition Classes
    GenericContainer → Container
  56. def getExposedPorts(): List[Integer]
    Definition Classes
    GenericContainer → ContainerState
  57. def getExtraHosts(): List[String]
    Definition Classes
    GenericContainer → Container
  58. def getFirstMappedPort(): Integer
    Definition Classes
    ContainerState
  59. def getHost(): String
    Definition Classes
    ContainerState
  60. def getImage(): RemoteDockerImage
    Definition Classes
    GenericContainer → Container
  61. def getJmxServiceUrl(): String
  62. def getLabels(): Map[String, String]
    Definition Classes
    GenericContainer
  63. def getLivenessCheckPortNumbers(): Set[Integer]
    Definition Classes
    GenericContainer → WaitStrategyTarget
  64. def getLogConsumers(): List[Consumer[OutputFrame]]
    Definition Classes
    GenericContainer
  65. def getLogs(arg0: <repeated...>[OutputType]): String
    Definition Classes
    ContainerState
    Annotations
    @transient()
  66. def getLogs(): String
    Definition Classes
    ContainerState
  67. def getMappedPort(arg0: Int): Integer
    Definition Classes
    ContainerState
  68. def getNetwork(): Network
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
    Annotations
    @Override()
  69. def getNetworkAliases(): List[String]
    Definition Classes
    GenericContainer
  70. def getNetworkMode(): String
    Definition Classes
    GenericContainer
  71. def getPortBindings(): List[String]
    Definition Classes
    GenericContainer → Container → ContainerState
  72. def getShmSize(): Long
    Definition Classes
    GenericContainer
  73. def getStartupAttempts(): Int
    Definition Classes
    GenericContainer
  74. def getStartupCheckStrategy(): StartupCheckStrategy
    Definition Classes
    GenericContainer
  75. def getTestHostIpAddress(): String
    Definition Classes
    GenericContainer → Container
  76. def getTmpFsMapping(): Map[String, String]
    Definition Classes
    GenericContainer
  77. def getVolumesFroms(): List[VolumesFrom]
    Definition Classes
    GenericContainer
  78. def getWaitStrategy(): WaitStrategy
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  79. def getWorkingDirectory(): String
    Definition Classes
    GenericContainer
  80. def hashCode(): Int
    Definition Classes
    GenericContainer → AnyRef → Any
  81. def isCreated(): Boolean
    Definition Classes
    ContainerState
  82. def isHealthy(): Boolean
    Definition Classes
    ContainerState
  83. def isHostAccessible(): Boolean
    Definition Classes
    GenericContainer
  84. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  85. def isPrivilegedMode(): Boolean
    Definition Classes
    GenericContainer
  86. def isRunning(): Boolean
    Definition Classes
    ContainerState
  87. def isShouldBeReused(): Boolean
    Definition Classes
    GenericContainer
  88. def logger(): Logger
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  89. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  90. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  91. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  92. def self(): AlpakkaKafkaContainer
    Definition Classes
    Container
  93. def setBinds(arg0: List[Bind]): Unit
    Definition Classes
    GenericContainer → Container
  94. def setCommand(arg0: <repeated...>[String]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  95. def setCommand(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  96. def setCommandParts(arg0: Array[String]): Unit
    Definition Classes
    GenericContainer → Container
  97. def setCopyToFileContainerPathMap(arg0: Map[MountableFile, String]): Unit
    Definition Classes
    GenericContainer
  98. def setDockerImageName(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  99. def setEnv(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  100. def setExposedPorts(arg0: List[Integer]): Unit
    Definition Classes
    GenericContainer → Container
  101. def setExtraHosts(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  102. def setHostAccessible(arg0: Boolean): Unit
    Definition Classes
    GenericContainer
  103. def setImage(arg0: Future[String]): Unit
    Definition Classes
    GenericContainer → Container
  104. def setLabels(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  105. def setLogConsumers(arg0: List[Consumer[OutputFrame]]): Unit
    Definition Classes
    GenericContainer
  106. def setNetwork(arg0: Network): Unit
    Definition Classes
    GenericContainer
  107. def setNetworkAliases(arg0: List[String]): Unit
    Definition Classes
    GenericContainer
  108. def setNetworkMode(arg0: String): Unit
    Definition Classes
    GenericContainer
  109. def setPortBindings(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  110. def setPrivilegedMode(arg0: Boolean): Unit
    Definition Classes
    GenericContainer
  111. def setShmSize(arg0: Long): Unit
    Definition Classes
    GenericContainer
  112. def setStartupAttempts(arg0: Int): Unit
    Definition Classes
    GenericContainer
  113. def setStartupCheckStrategy(arg0: StartupCheckStrategy): Unit
    Definition Classes
    GenericContainer
  114. def setTmpFsMapping(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  115. def setVolumesFroms(arg0: List[VolumesFrom]): Unit
    Definition Classes
    GenericContainer
  116. def setWaitStrategy(arg0: WaitStrategy): Unit
    Definition Classes
    GenericContainer → Container
  117. def setWorkingDirectory(arg0: String): Unit
    Definition Classes
    GenericContainer
  118. def start(): Unit
    Definition Classes
    GenericContainer → Startable
  119. def startKafka(): Unit
  120. def stop(): Unit
    Definition Classes
    GenericContainer → Startable
  121. def stopKafka(): Unit
  122. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  123. def toString(): String
    Definition Classes
    GenericContainer → AnyRef → Any
  124. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  125. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  126. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  127. def waitUntilContainerStarted(): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  128. def waitingFor(arg0: WaitStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  129. def withAccessToHost(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  130. def withBrokerNum(brokerNum: Int): AlpakkaKafkaContainer
  131. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode, arg3: SelinuxContext): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  132. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  133. def withCommand(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  134. def withCommand(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  135. def withCopyFileToContainer(arg0: MountableFile, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  136. def withCreateContainerCmdModifier(arg0: Consumer[CreateContainerCmd]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  137. def withEmbeddedZookeeper(): AlpakkaKafkaContainer
  138. def withEnv(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  139. def withEnv(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  140. def withEnv(arg0: String, arg1: Function[Optional[String], String]): AlpakkaKafkaContainer
    Definition Classes
    Container
  141. def withExposedPorts(arg0: <repeated...>[Integer]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  142. def withExternalZookeeper(connectString: String): AlpakkaKafkaContainer
  143. def withExtraHost(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  144. def withFileSystemBind(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  145. def withFileSystemBind(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    Container
  146. def withImagePullPolicy(arg0: ImagePullPolicy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  147. def withLabel(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  148. def withLabels(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  149. def withLogConsumer(arg0: Consumer[OutputFrame]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  150. def withMinimumRunningDuration(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  151. def withNetwork(network: Network): AlpakkaKafkaContainer
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer → Container
    Annotations
    @Override()
  152. def withNetworkAliases(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  153. def withNetworkMode(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  154. def withPrivilegedMode(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  155. def withRemoteJmxService(): AlpakkaKafkaContainer
  156. def withReuse(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  157. def withSharedMemorySize(arg0: Long): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  158. def withStartupAttempts(arg0: Int): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  159. def withStartupCheckStrategy(arg0: StartupCheckStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  160. def withStartupTimeout(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  161. def withTmpFs(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  162. def withVolumesFrom(arg0: Container[SELF] forSome {type SELF <: Container[SELF]}, arg1: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  163. def withWorkingDirectory(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container

Deprecated Value Members

  1. def addLink(arg0: LinkableContainer, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated
    Deprecated
  2. def apply(arg0: Statement, arg1: Description): Statement
    Definition Classes
    GenericContainer → FailureDetectingExternalResource → TestRule
    Annotations
    @Deprecated
    Deprecated
  3. def createVolumeDirectory(arg0: Boolean): Path
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  4. def failed(arg0: Throwable, arg1: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated
  5. def finished(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated
  6. def getIpAddress(): String
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  7. def getLinkedContainers(): Map[String, LinkableContainer]
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated
    Deprecated
  8. def getLivenessCheckPort(): Integer
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  9. def getLivenessCheckPorts(): Set[Integer]
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  10. def setLinkedContainers(arg0: Map[String, LinkableContainer]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated
    Deprecated
  11. def starting(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated
  12. def succeeded(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated

Inherited from Startable

Inherited from WaitStrategyTarget

Inherited from AutoCloseable

Inherited from ContainerState

Inherited from LinkableContainer

Inherited from TestRule

Inherited from AnyRef

Inherited from Any

Ungrouped