MissingHeartBeatException

class MissingHeartBeatException(val expectedPeriod: Duration) : Exception

An exception thrown when expected heart beats are not received.

Constructors

Link copied to clipboard
fun MissingHeartBeatException(expectedPeriod: Duration)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val expectedPeriod: Duration
Link copied to clipboard
open val message: String?

Sources

Link copied to clipboard