Interface LauncherSessionFactory
-
interface LauncherSessionFactory
-
-
Field Summary
Fields Modifier and Type Field Description static LauncherSessionFactoryDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default LauncherSessionAdapteropenSession()LauncherSessionAdapteropenSession(CancellationTokenAdapter cancellationToken)
-
-
-
Field Detail
-
DEFAULT
static final LauncherSessionFactory DEFAULT
-
-
Method Detail
-
openSession
default LauncherSessionAdapter openSession()
-
openSession
LauncherSessionAdapter openSession(CancellationTokenAdapter cancellationToken)
-
-