TraceEvent

wvlet.airframe.tracing.TraceEvent
See theTraceEvent companion trait
object TraceEvent

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TraceEvent.type

Members list

Type members

Classlikes

case class AfterStartInstance(session: Session, injectee: Injectee) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class BeforeShutdownInstance(session: Session, injectee: Injectee) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class InitInstanceEnd(session: Session, s: Surface, injectee: Any) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class InitInstanceStart(session: Session, s: Surface, injectee: Any) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class InjectEnd(session: Session, s: Surface) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class InjectStart(session: Session, s: Surface) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class SessionBeforeShutdown(session: Session) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class SessionEnd(session: Session) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class SessionInitEnd(session: Session) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class SessionInitStart(session: Session) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class SessionShutdown(session: Session) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class SessionStart(session: Session) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class ShutdownInstance(session: Session, injectee: Injectee) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all
case class StartInstance(session: Session, injectee: Injectee) extends TraceEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror