MCP Kotlin SDK
Toggle table of contents
0.11.1
common
Target filter
common
Switch theme
Search in API
Skip to content
MCP Kotlin SDK
kotlin-sdk-client
/
io.modelcontextprotocol.kotlin.sdk.client
/
ReconnectionOptions
/
ReconnectionOptions
Reconnection
Options
constructor
(
initialReconnectionDelay
:
Duration
=
1.seconds
,
maxReconnectionDelay
:
Duration
=
30.seconds
,
reconnectionDelayMultiplier
:
Double
=
1.5
,
maxRetries
:
Int
=
2
)
(
source
)