SubscriptionClock

data class SubscriptionClock(val id: ClockId, val timeout: Timestamp, val precision: Timestamp, val flags: Subclockflags)(source)

The contents of a subscription when type is eventtype::clock.

Parameters

id

The clock against which to compare the timestamp.

timeout

The absolute or relative timestamp.

precision

The amount of time that the implementation may wait additionally to coalesce with other events.

flags

Flags specifying whether the timeout is absolute or relative

Constructors

Link copied to clipboard
constructor(id: ClockId, timeout: Timestamp, precision: Timestamp, flags: Subclockflags)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val id: ClockId
Link copied to clipboard
Link copied to clipboard