RSocketKeepAlive

data class RSocketKeepAlive(val interval: Duration, val maxLifetime: Duration)

Keep-alive options for long-running RSocket streams:

The client will ping the server every interval, and assumes the connection to be closed if it hasn't received an acknowledgement in maxLifetime.

Constructors

Link copied to clipboard
constructor(interval: Duration, maxLifetime: Duration)

Properties

Link copied to clipboard
Link copied to clipboard