long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
actors
/
org.artofdev.actors
/
PongMessage
Pong
Message
data
class
PongMessage
(
val
session
:
Int
,
val
pingId
:
Int
)
:
Message
Members
Constructors
Pong
Message
Link copied to clipboard
constructor
(
session
:
Int
,
pingId
:
Int
)
Properties
ping
Id
Link copied to clipboard
val
pingId
:
Int
session
Link copied to clipboard
val
session
:
Int