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
- Alphabetic
- By Inheritance
Inherited
- ReadResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- ReadResult → AnyRef → Any
- def getVersion: Optional[Long]
Java API
- def hashCode(): Int
- Definition Classes
- ReadResult → AnyRef → Any
- val id: String
- val source: T
- def toString(): String
- Definition Classes
- ReadResult → AnyRef → Any
- val version: Option[Long]