final class WriteResult[T2, C2] extends AnyRef
Stream element type emitted by Elasticsearch flows.
The constructor is INTERNAL API, but you may construct instances for testing by using org.apache.pekko.stream.connectors.elasticsearch.testkit.MessageFactory.
- Source
- WriteMessage.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WriteResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- WriteResult → AnyRef → Any
- val error: Option[String]
- def errorReason: Option[String]
reason
field value of the Elasticsearch error. - def getError: Optional[String]
Java API: JSON structure of the Elasticsearch error.
- def getErrorReason: Optional[String]
Java API:
reason
field value from the Elasticsearch error - def hashCode(): Int
- Definition Classes
- WriteResult → AnyRef → Any
- val message: WriteMessage[T2, C2]
- val success: Boolean
- def toString(): String
- Definition Classes
- WriteResult → AnyRef → Any