Packages

c

net.manub.embeddedkafka

EmbeddedKafkaConfigImpl

case class EmbeddedKafkaConfigImpl(kafkaPort: Int, zooKeeperPort: Int, customBrokerProperties: Map[String, String], customProducerProperties: Map[String, String], customConsumerProperties: Map[String, String]) extends EmbeddedKafkaConfig with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, EmbeddedKafkaConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmbeddedKafkaConfigImpl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. EmbeddedKafkaConfig
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EmbeddedKafkaConfigImpl(kafkaPort: Int, zooKeeperPort: Int, customBrokerProperties: Map[String, String], customProducerProperties: Map[String, String], customConsumerProperties: Map[String, String])

Value Members

  1. val customBrokerProperties: Map[String, String]
  2. val customConsumerProperties: Map[String, String]
  3. val customProducerProperties: Map[String, String]
  4. val kafkaPort: Int
  5. val numberOfThreads: Int
  6. val zooKeeperPort: Int