Packages

final class KafkaTestkitTestcontainersSettings extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaTestkitTestcontainersSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val configureKafka: (Vector[AlpakkaKafkaContainer]) => Unit
  7. val configureKafkaConsumer: Consumer[Collection[AlpakkaKafkaContainer]]
  8. val configureZooKeeper: (GenericContainer[_]) => Unit
  9. val configureZooKeeperConsumer: Consumer[GenericContainer[_]]
  10. val confluentPlatformVersion: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getConfluentPlatformVersion(): String

    Java Api

  15. def getInternalTopicsReplicationFactor(): Int

    Java Api

  16. def getNumBrokers(): Int

    Java Api

  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val internalTopicsReplicationFactor: Int
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val numBrokers: Int
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    KafkaTestkitTestcontainersSettings → AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def withConfigureKafka(configureKafka: (Vector[AlpakkaKafkaContainer]) => Unit): KafkaTestkitTestcontainersSettings

    Replaces the default Kafka testcontainers configuration logic

  30. def withConfigureKafkaConsumer(configureKafkaConsumer: Consumer[Collection[AlpakkaKafkaContainer]]): KafkaTestkitTestcontainersSettings

    Java Api

    Java Api

    Replaces the default Kafka testcontainers configuration logic

  31. def withConfigureZooKeeper(configureZooKeeper: (GenericContainer[_]) => Unit): KafkaTestkitTestcontainersSettings

    Replaces the default ZooKeeper testcontainers configuration logic

  32. def withConfigureZooKeeperConsumer(configureZooKeeperConsumer: Consumer[GenericContainer[_]]): KafkaTestkitTestcontainersSettings

    Java Api

    Java Api

    Replaces the default ZooKeeper testcontainers configuration logic

  33. def withConfluentPlatformVersion(confluentPlatformVersion: String): KafkaTestkitTestcontainersSettings

    Sets the Confluent Platform Version

  34. def withInternalTopicsReplicationFactor(internalTopicsReplicationFactor: Int): KafkaTestkitTestcontainersSettings

    Replaces the default internal Kafka topics replication factor

  35. def withNumBrokers(numBrokers: Int): KafkaTestkitTestcontainersSettings

    Replaces the default number of Kafka brokers

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped