kuilt
Toggle table of contents
0.7.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-session
/
us.tractat.kuilt.session.election
/
LobbyMessage
/
Freeze
Freeze
@
Serializable
@
SerialName
(
value
=
"freeze"
)
data
class
Freeze
(
val
hostId
:
String
,
val
roster
:
Set
<
String
>
,
val
epoch
:
Long
)
:
LobbyMessage
Host→all: "closing the lobby;
roster
are the members; ack if I'm your elected host."
Members
Constructors
Freeze
Link copied to clipboard
constructor
(
hostId
:
String
,
roster
:
Set
<
String
>
,
epoch
:
Long
)
Properties
epoch
Link copied to clipboard
val
epoch
:
Long
host
Id
Link copied to clipboard
val
hostId
:
String
roster
Link copied to clipboard
val
roster
:
Set
<
String
>