ThreadContext

case class ThreadContext(thread: Thread, currentContext: Context, lastUpdateStackTrace: String)

Contains information about the current context in a thread. The lastUpdateStackTracer can be either a store or a scope close, depending on what was the last action executed on the thread.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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