Default implementation of {@link IHeartbeatRepository}, used when a heartbeat-repo system property is not specified.
This implementation saves heartbeats in property files in the directory {@link System#getProperty("java.io.tmpdir")}/heartbeats/uid, where uid is the uid of the managed process.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.