Object

zio.kafka.producer

Producer

Related Doc: package producer

Permalink

object Producer extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Producer
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Live[R, K, V](p: KafkaProducer[Array[Byte], Array[Byte]], producerSettings: ProducerSettings, keySerializer: Serializer[R, K], valueSerializer: Serializer[R, V]) extends Service[R, K, V] with Product with Serializable

    Permalink
  2. trait Service[R, K, V] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def flush[R, K, V](implicit tsv: Tagged[Service[R, K, V]]): ZIO[R with Blocking with Producer[R, K, V], Throwable, Unit]

    Permalink

    Accessor method for Service.flush

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def live[R, K, V](implicit ts: Tagged[Serializer[R, K]], td: Tagged[Serializer[R, V]], tsv: Tagged[Service[R, K, V]]): ZLayer[Has[Serializer[R, K]] with Has[Serializer[R, V]] with Has[ProducerSettings], Throwable, Producer[R, K, V]]

    Permalink
  14. def make[R, K, V](settings: ProducerSettings, keySerializer: Serializer[R, K], valueSerializer: Serializer[R, V])(implicit ts: Tagged[Serializer[R, K]], td: Tagged[Serializer[R, V]], tsh: Tagged[Has[Serializer[R, K]]], trv: Tagged[Has[Serializer[R, V]]], tsv: Tagged[Service[R, K, V]]): NoDeps[Throwable, Producer[R, K, V]]

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def produce[R, K, V](record: ProducerRecord[K, V])(implicit tsv: Tagged[Service[R, K, V]]): RIO[R with Blocking with Producer[R, K, V], Task[RecordMetadata]]

    Permalink

    Accessor method for Service.produce

  19. def produceChunk[R, K, V](records: Chunk[ProducerRecord[K, V]])(implicit tsv: Tagged[Service[R, K, V]]): RIO[R with Blocking with Producer[R, K, V], Task[Chunk[RecordMetadata]]]

    Permalink

    Accessor method for Service.produceChunk

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def withProducerService[R, K, V, A](r: (Service[R, K, V]) ⇒ RIO[R with Blocking, A])(implicit tsv: Tagged[Service[R, K, V]]): RIO[R with Blocking with Producer[R, K, V], A]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped