ProducerResult

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[K, V, P](records: Chunk[(ProducerRecord[K, V], RecordMetadata)], passthrough: P): ProducerResult[K, V, P]

Creates a new ProducerResult for having produced zero or more ProducerRecords, finally emitting a passthrough value and the ProducerRecords with RecordMetadata.

Creates a new ProducerResult for having produced zero or more ProducerRecords, finally emitting a passthrough value and the ProducerRecords with RecordMetadata.

Implicits

Implicits

implicit def producerResultShow[K, V, P](K: Show[K], V: Show[V], P: Show[P]): Show[ProducerResult[K, V, P]]