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 getSchemaRegistry(): Boolean

    Java Api

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

    Replaces the default Kafka testcontainers configuration logic

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

    Java Api

    Java Api

    Replaces the default Kafka testcontainers configuration logic

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

    Replaces the default ZooKeeper testcontainers configuration logic

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

    Java Api

    Java Api

    Replaces the default ZooKeeper testcontainers configuration logic

  35. def withConfluentPlatformVersion(confluentPlatformVersion: String): KafkaTestkitTestcontainersSettings

    Sets the Confluent Platform Version

  36. def withInternalTopicsReplicationFactor(internalTopicsReplicationFactor: Int): KafkaTestkitTestcontainersSettings

    Replaces the default internal Kafka topics replication factor

  37. def withNumBrokers(numBrokers: Int): KafkaTestkitTestcontainersSettings

    Replaces the default number of Kafka brokers

  38. def withSchemaRegistry(useSchemaRegistry: Boolean): KafkaTestkitTestcontainersSettings

    Use Schema Registry container.

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