object ProducerRecords
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProducerRecords
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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[+_], K, V, P](records: F[ProducerRecord[K, V]], passthrough: P)(implicit F: Traverse[F]): ProducerRecords[K, V, P]
Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results and specified passthrough value. - def apply[F[+_], K, V](records: F[ProducerRecord[K, V]])(implicit F: Traverse[F]): ProducerRecords[K, V, Unit]
Creates a new ProducerRecords for producing zero or more
ProducerRecordss, then emitting a ProducerResult with the results andUnitpassthrough value. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def one[K, V, P](record: ProducerRecord[K, V], passthrough: P): ProducerRecords[K, V, P]
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[K, V, Unit]
Creates a new ProducerRecords for producing exactly one
ProducerRecord, then emitting a ProducerResult with the result andUnitpassthrough value. - implicit def producerRecordsShow[K, V, P](implicit K: Show[K], V: Show[V], P: Show[P]): Show[ProducerRecords[K, V, P]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.