SessionsServiceMethods

org.terminal21.ui.std.SessionsServiceMethods
See theSessionsServiceMethods companion trait
object SessionsServiceMethods extends FunctionsMethods

Attributes

Companion
trait
Graph
Supertypes
trait FunctionsMethods
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class CreateSession(id: String, name: String) extends SessionsServiceMethods

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Methods

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Methods.type
case class SetSessionJsonState(session: Session, state: String) extends SessionsServiceMethods

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TerminateSession(session: Session) extends SessionsServiceMethods

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def artifactCoordinates: String

Attributes

Definition Classes
FunctionsMethods
override def version: String

Attributes

Definition Classes
FunctionsMethods

Concrete fields

val AllMethods: List[CreateSession.type | TerminateSession.type | SetSessionJsonState.type]