Hubro Connect
Toggle table of contents
1.4.5
common
Target filter
common
Switch theme
Search in API
Skip to content
Hubro Connect
Hubro Connect
/
no.hubroplatform.hubroconnect.flwr
/
Context
Context
data
class
Context
(
val
runId
:
ULong
,
val
nodeId
:
ULong
,
val
nodeConfig
:
Config
,
val
runConfig
:
Config
)
Context for a client.
Members
Constructors
Context
Link copied to clipboard
constructor
(
runId
:
ULong
,
nodeId
:
ULong
,
nodeConfig
:
Config
,
runConfig
:
Config
)
Properties
node
Config
Link copied to clipboard
val
nodeConfig
:
Config
node
Id
Link copied to clipboard
val
nodeId
:
ULong
run
Config
Link copied to clipboard
val
runConfig
:
Config
run
Id
Link copied to clipboard
val
runId
:
ULong