Interface IWatchdogService

All Known Implementing Classes:
WatchdogAgent

public interface IWatchdogService
Watchdogs observe each other and take actions when a watchdog becomes unavailable.
  • Method Summary

    Modifier and Type
    Method
    Description
    jadex.future.IFuture<Void>
    Test if this watchdog is alive.
  • Method Details

    • ping

      jadex.future.IFuture<Void> ping()
      Test if this watchdog is alive.