Package io.github.cfraser.graphguard
Class Bolt.Session
-
- All Implemented Interfaces:
@JvmInline() public final class Bolt.Session
A unique identifier for a Bolt session.
-
-
Constructor Summary
Constructors Constructor Description Bolt.Session(String id)
-
Method Summary
Modifier and Type Method Description final StringgetId()the unique Bolt.Session identifier -
-
Constructor Detail
-
Bolt.Session
Bolt.Session(String id)
-
-
Method Detail
-
getId
final String getId()
the unique Bolt.Session identifier
-
-
-
-