Packages

p

zio.kafka

producer

package producer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. producer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ByteRecord = ProducerRecord[Array[Byte], Array[Byte]]
  2. type Producer[R, K, V] = Has[Service[R, K, V]]
  3. case class ProducerSettings(bootstrapServers: List[String], closeTimeout: Duration, properties: Map[String, AnyRef]) extends Product with Serializable

Value Members

  1. object Producer
  2. object ProducerSettings extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped