object TransactionalProducerRecords
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionalProducerRecords
- 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: Chunk[CommittableProducerRecords[F, K, V]], passthrough: P): TransactionalProducerRecords[F, K, V, P]
Creates a new TransactionalProducerRecords for producing zero or more CommittableProducerRecords, emitting a ProducerResult with the results and specified passthrough value.
- def apply[F[_], K, V](records: Chunk[CommittableProducerRecords[F, K, V]]): TransactionalProducerRecords[F, K, V, Unit]
Creates a new TransactionalProducerRecords for producing zero or more CommittableProducerRecords, emitting a ProducerResult with the results and
Unitpassthrough 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()
- 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[F[_], K, V, P](record: CommittableProducerRecords[F, K, V], passthrough: P): TransactionalProducerRecords[F, K, V, P]
Creates a new TransactionalProducerRecords for producing exactly one CommittableProducerRecords, emitting a ProducerResult with the result and specified passthrough value.
- def one[F[_], K, V](record: CommittableProducerRecords[F, K, V]): TransactionalProducerRecords[F, K, V, Unit]
Creates a new TransactionalProducerRecords for producing exactly one CommittableProducerRecords, emitting a ProducerResult with the result and
Unitpassthrough value. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def transactionalProducerRecordsShow[F[_], K, V, P](implicit K: Show[K], V: Show[V], P: Show[P]): Show[TransactionalProducerRecords[F, K, V, P]]
- 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()