case class PipelineEvent(id: String, timestamp: Timestamp, origin: PipelineEventOrigin, level: EventLevel, message: String, details: EventDetails, error: Option[Throwable]) extends Product with Serializable
An internal event that is emitted during the run of a pipeline.
- id
- A globally unique id 
- timestamp
- The time of the event 
- origin
- Where the event originated from 
- level
- Security level of the event 
- message
- A user friendly description of the event 
- details
- The details of the event 
- error
- An error that occurred during the event 
- Source
- PipelineEvent.scala
- Alphabetic
- By Inheritance
- PipelineEvent
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
-    new PipelineEvent(id: String, timestamp: Timestamp, origin: PipelineEventOrigin, level: EventLevel, message: String, details: EventDetails, error: Option[Throwable])- id
- A globally unique id 
- timestamp
- The time of the event 
- origin
- Where the event originated from 
- level
- Security level of the event 
- message
- A user friendly description of the event 
- details
- The details of the event 
- error
- An error that occurred during the event 
 
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
-  val details: EventDetails
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-  val error: Option[Throwable]
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
 
-  val id: String
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-  val level: EventLevel
-  val message: String
-    def messageWithError: StringCombines the message and error (if any) into a single string 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-  val origin: PipelineEventOrigin
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-  val timestamp: Timestamp
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- (Since version 9)