Packages

final case class MultiResult[K, V, PassThrough] extends Results[K, V, PassThrough] with Product with Serializable

Results implementation emitted when all messages in a MultiMessage have been successfully published.

Source
ProducerMessage.scala
Linear Supertypes
Serializable, Product, Equals, Results[K, V, PassThrough], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiResult
  2. Serializable
  3. Product
  4. Equals
  5. Results
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def getParts(): Collection[MultiResultPart[K, V]]

    Java API: accessor for parts

  2. val parts: Seq[MultiResultPart[K, V]]
  3. val passThrough: PassThrough
    Definition Classes
    MultiResultResults
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product