Result

akka.kafka.ProducerMessage$.Result
See theResult companion object
final case class Result[K, V, PassThrough] extends Results[K, V, PassThrough]

Results implementation emitted when a Message has been successfully published.

Includes the original message, metadata returned from KafkaProducer and the offset of the produced message.

Attributes

Companion:
object
Source:
ProducerMessage.scala
Graph
Supertypes
trait Product
trait Equals
trait Results[K, V, PassThrough]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
ProducerMessage.scala
def passThrough: PassThrough

Attributes

Source:
ProducerMessage.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product