Package org.somda.sdc.glue.consumer
Interface WatchdogObserver
-
- All Implemented Interfaces:
public interface WatchdogObserverListens to a Watchdog and receives information if something goes wrong.
In order to receive error messages that relate to the watchdog, use com.google.common.eventbus.Subscribe with a org.somda.sdc.glue.consumer.event.WatchdogMessage object and subscribe at an SdcRemoteDevice. Watchdog Events are distributed asynchronously, however it is recommended to block the delivering thread as little as possible.