clock

var clock: Clock(source)

A clock instance used for managing timestamps within the configuration, primarily for mock message timestamping purposes.

This enables test scenarios that require precise control over time by allowing the use of custom clock instances, such as mock or fixed clocks.