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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteResult
  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
    WriteResult → AnyRef → Any
  2. val error: Option[String]
  3. def errorReason: Option[String]

    reason field value of the Elasticsearch error.

  4. def getError: Optional[String]

    Java API: JSON structure of the Elasticsearch error.

  5. def getErrorReason: Optional[String]

    Java API: reason field value from the Elasticsearch error

  6. def hashCode(): Int
    Definition Classes
    WriteResult → AnyRef → Any
  7. val message: WriteMessage[T2, C2]
  8. val success: Boolean
  9. def toString(): String
    Definition Classes
    WriteResult → AnyRef → Any