zio.kafka.producer

Members list

Concise view

Type members

Classlikes

trait Producer

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Producer

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ProducerSettings(bootstrapServers: List[String], closeTimeout: Duration, sendBufferSize: Int, properties: Map[String, AnyRef])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract case class TransactionalProducerSettings

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type ByteRecord = ProducerRecord[Array[Byte], Array[Byte]]