ProducerSettings

final case class ProducerSettings(bootstrapServers: List[String], closeTimeout: Duration, properties: Map[String, AnyRef])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def driverSettings: Map[String, AnyRef]
def withBootstrapServers(servers: List[String]): ProducerSettings
def withClientId(clientId: String): ProducerSettings
def withCloseTimeout(duration: Duration): ProducerSettings
def withProperties(kvs: (String, AnyRef)*): ProducerSettings
def withProperties(kvs: Map[String, AnyRef]): ProducerSettings
def withProperty(key: String, value: AnyRef): ProducerSettings

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product