MissingHeartBeatException

class MissingHeartBeatException(val expectedPeriod: Duration) : Exception(source)

An exception thrown when expected heart beats are not received.

Constructors

Link copied to clipboard
constructor(expectedPeriod: Duration)

Properties

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