Interface SdcRemoteDeviceWatchdogFactory
public interface SdcRemoteDeviceWatchdogFactory
Factory to create SdcRemoteDeviceWatchdog instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSdcRemoteDeviceWatchdog(HostingServiceProxy hostingServiceProxy, Map<String, SubscribeResult> subscriptions, WatchdogObserver initialWatchdogObserver) Creates a SdcRemoteDeviceWatchdog instance.
-
Method Details
-
createSdcRemoteDeviceWatchdog
SdcRemoteDeviceWatchdog createSdcRemoteDeviceWatchdog(HostingServiceProxy hostingServiceProxy, Map<String, SubscribeResult> subscriptions, @Nullable WatchdogObserver initialWatchdogObserver) Creates a SdcRemoteDeviceWatchdog instance.- Parameters:
hostingServiceProxy- the hosting service proxy this watchdog is watching.subscriptions- subscriptions used for auto-renew.initialWatchdogObserver- optional initial watchdog observer.- Returns:
- a new
SdcRemoteDeviceWatchdoginstance.
-