![JAR search and dependency download from the Maven repository](/logo.png)
jadex.micro.watchdog.IWatchdogService Maven / Gradle / Ivy
The newest version!
package jadex.micro.watchdog;
import jadex.future.IFuture;
import jadex.providedservice.annotation.Service;
/**
* Watchdogs observe each other and take actions
* when a watchdog becomes unavailable.
*/
@Service
public interface IWatchdogService
{
/**
* Test if this watchdog is alive.
*/
public IFuture ping();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy