toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
base
/
ru.sydis.base.types.pmon
/
Config
/
License
/
License
License
constructor
(
server
:
List
<
String
>
=
listOf("localhost")
,
port
:
Int
=
5020
,
connectTimeoutSec
:
Int
=
15
,
pingIntervalSec
:
Int
=
5
,
idleTimeoutSec
:
Int
=
20
,
handshakeTimeoutSec
:
Int
=
15
,
reconnectDelaySec
:
Int
=
30
,
responseTimeoutSec
:
Int
=
2
,
uid
:
String
=
""
,
isValidateEnabled
:
Boolean
=
false
)