-
public final class SessionStarted extends SessionEvent
Emitted exactly once at the start of a session.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionIdprivate final LongstartedAtMs
-
Constructor Summary
Constructors Constructor Description SessionStarted(String sessionId, Long startedAtMs)
-
Method Summary
Modifier and Type Method Description StringgetSessionId()final LonggetStartedAtMs()Map<String, Object>toMap()-
-
Method Detail
-
getSessionId
String getSessionId()
-
getStartedAtMs
final Long getStartedAtMs()
-
-
-
-