final class ReadResult[T] extends AnyRef

Stream element type emitted by Elasticsearch sources.

The constructor is INTERNAL API, but you may construct instances for testing by using pekko.stream.connectors.elasticsearch.testkit.MessageFactory.

Source
ReadResult.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    ReadResult → AnyRef → Any
  2. def getVersion: Optional[Long]

    Java API

  3. def hashCode(): Int
    Definition Classes
    ReadResult → AnyRef → Any
  4. val id: String
  5. val source: T
  6. def toString(): String
    Definition Classes
    ReadResult → AnyRef → Any
  7. val version: Option[Long]