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