All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.continual.onap.services.mrCommon.Clock Maven / Gradle / Ivy

There is a newer version: 0.9.3
Show newest version
package io.continual.onap.services.mrCommon;

/**
 * A clock for timing
 */
public interface Clock
{
	/**
	 * Get the current time in epoch millis.
	 * @return the current time
	 */
	long nowMs ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy