TimeWindowChecker

class TimeWindowChecker(val clock: Clock = Clock.systemUTC())

Deprecated

This class is no longer used

Checks if the current instant provided by the input clock falls within the provided time-window.

Constructors

Link copied to clipboard
constructor(clock: Clock = Clock.systemUTC())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun isValid(timeWindow: TimeWindow): Boolean