Remote Client State
data class RemoteClientState(id: String, clientConnection: ClientConnection, handlers: MutableMap<Int, (JsonElement) -> Unit>, debugTokens: MutableMap<String, DebugInfo>, lastModified: Instant)
Content copied to clipboard
Functions
Properties
clientConnection
Link copied to clipboard
debugTokens
Link copied to clipboard
handlers
Link copied to clipboard
lastModified
Link copied to clipboard