Package-level declarations

Types

Link copied to clipboard
data class HeartBeat(val minSendPeriod: Duration = Duration.ZERO, val expectedPeriod: Duration = Duration.ZERO)

Defines heart beats for STOMP sessions, as defined in the STOMP specification.

Link copied to clipboard
data class HeartBeatTolerance(val outgoingMargin: Duration = Duration.ZERO, val incomingMargin: Duration = 500.milliseconds)

Defines tolerance for heart beats.

Link copied to clipboard

Configuration for the STOMP client.