Event

case class Event(fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, status: Status, throwableO: Option[Throwable], duration: Long) extends Event
Companion:
object
trait Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any

Value members

Concrete methods

override def throwable(): OptionalThrowable
Definition Classes
Event

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product