2.1.2 Java Monotonic Clock

This monotonic clock source may be used when running the Reaction framework in a Java environment which provides System.nanoTime and the underlying operating system is known to provide the JVM with a monotonic clock. This is typically the case with POSIX compliant systems that provide CLOCK_MONOTONIC support. This option is provided in the utilities package as JavaMonotonicClock.