object ProducerRecords
- Source
- ProducerRecords.scala
- Alphabetic
- By Inheritance
- ProducerRecords
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[+_], P, K, V](records: F[ProducerRecord[K, V]], passthrough: P)(implicit F: Traverse[F]): ProducerRecords[P, K, V]
Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results and specified passthrough value.Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results and specified passthrough value.- See also
java.lang.Object) if your
recordsare already contained in an fs2.Chunk
- def apply[F[+_], K, V](records: F[ProducerRecord[K, V]])(implicit F: Traverse[F]): ProducerRecords[Unit, K, V]
Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results andUnitpassthrough value.Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results andUnitpassthrough value.- See also
fs2.kafka.ProducerRecords#chunk(fs2.Chunk) if your
recordsare already contained in an fs2.Chunk
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chunk[P, K, V](records: Chunk[ProducerRecord[K, V]], passthrough: P): ProducerRecords[P, K, V]
Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results and specified passthrough value. - def chunk[K, V](records: Chunk[ProducerRecord[K, V]]): ProducerRecords[Unit, K, V]
Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results andUnitpassthrough value. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def one[P, K, V](record: ProducerRecord[K, V], passthrough: P): ProducerRecords[P, K, V]
Creates a new ProducerRecords for producing exactly one
ProducerRecord, then emitting a ProducerResult with the result and specified passthrough value. - def one[K, V](record: ProducerRecord[K, V]): ProducerRecords[Unit, K, V]
Creates a new ProducerRecords for producing exactly one
ProducerRecord, then emitting a ProducerResult with the result andUnitpassthrough value. - implicit def producerRecordsShow[P, K, V](implicit K: Show[K], V: Show[V], P: Show[P]): Show[ProducerRecords[P, K, V]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()