Package io.github.cfraser.graphguard
Class Bolt.Session
-
- All Implemented Interfaces:
@JvmRecord() public final class Bolt.Session extends Record
A Bolt session.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Bolt.Versionversion
-
Constructor Summary
Constructors Constructor Description Bolt.Session(String id, Bolt.Version version)
-
Method Summary
Modifier and Type Method Description final StringgetId()the unique identifier for the Bolt.Session final Bolt.VersiongetVersion()the Bolt.Version used by the client and graph -
-
Constructor Detail
-
Bolt.Session
Bolt.Session(String id, Bolt.Version version)
-
-
Method Detail
-
getId
final String getId()
the unique identifier for the Bolt.Session
-
getVersion
final Bolt.Version getVersion()
the Bolt.Version used by the client and graph
-
-
-
-