Heartbeat

Constructors

Link copied to clipboard
constructor(data: Long?)

Properties

Link copied to clipboard
val data: Long?

Functions

Link copied to clipboard
fun copy(data: Long = this.data ?: throw NullPointerException("This heartbeat request contains a null sequence number")): Heartbeat