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

org.moskito.controlagent.data.info.UptimeProvider Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package org.moskito.controlagent.data.info;

/**
 * Abstraction that allows to replace UptimeProvider for testing.
 *
 * @author lrosenberg
 * @since 24.07.17 22:33
 */
public interface UptimeProvider {
	long getUptime();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy