Results

akka.kafka.ProducerMessage$.Results
sealed trait Results[K, V, PassThrough]

Output type produced by Producer.flexiFlow and Transactional.flow.

Attributes

Source:
ProducerMessage.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class MultiResult[K, V, PassThrough]
class PassThroughResult[K, V, PassThrough]
class Result[K, V, PassThrough]

Members list

Concise view

Value members

Abstract methods

def passThrough: PassThrough

Attributes

Source:
ProducerMessage.scala