-
public final class SessionFrame extends SessionEvent
A periodic frame containing computed metrics over the active window.
-
-
Method Summary
Modifier and Type Method Description StringgetSessionId()final IntegergetSeq()final LonggetEmittedAtMs()final Map<String, Object>getMetrics()final Map<String, Object>getBehavior()Map<String, Object>toMap()-
-
Method Detail
-
getSessionId
String getSessionId()
-
getEmittedAtMs
final Long getEmittedAtMs()
-
getMetrics
final Map<String, Object> getMetrics()
-
getBehavior
final Map<String, Object> getBehavior()
-
-
-
-