final class ReferenceWriteResult extends AnyRef
The result returned by the flow for each ReferenceWriteMessage.
As this class is not meant to be instantiated outside of this connector the constructor is marked as INTERNAL API.
The constructor is INTERNAL API, but you may construct instances for testing by using pekko.stream.connectors.reference.testkit.MessageFactory.
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReferenceWriteResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- ReferenceWriteResult → AnyRef → Any
- def getMessage: ReferenceWriteMessage
Java API
- def getMetrics(): Map[String, Long]
Java API
Java API
Java getter needs to return Java Long classes which is converted from Scala Long.
- def getStatus: Int
Java API
- def hashCode(): Int
- Definition Classes
- ReferenceWriteResult → AnyRef → Any
- val message: ReferenceWriteMessage
- val metrics: Map[String, Long]
- val status: Int
- def toString(): String
- Definition Classes
- ReferenceWriteResult → AnyRef → Any