Heart Beat
data class HeartBeat(val minSendPeriod: Duration = Duration.ZERO, val expectedPeriod: Duration = Duration.ZERO)
Content copied to clipboard
Defines heart beats for STOMP sessions, as defined in the STOMP specification.
Defines heart beats for STOMP sessions, as defined in the STOMP specification.