SessionState

org.terminal21.server.model.SessionState
case class SessionState(serverJson: ServerJson, eventsNotificationRegistry: NotificationRegistry[CommandEvent])

Attributes

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

Members list

Value members

Concrete methods

def withNewState(newJson: ServerJson): SessionState

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product