Interface SdcRemoteDeviceWatchdogFactory
-
public interface SdcRemoteDeviceWatchdogFactoryFactory to create SdcRemoteDeviceWatchdog instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SdcRemoteDeviceWatchdogcreateSdcRemoteDeviceWatchdog(HostingServiceProxy hostingServiceProxy, Map<String,SubscribeResult> subscriptions, WatchdogObserver initialWatchdogObserver)Creates a SdcRemoteDeviceWatchdog instance.
-
-
-
Method Detail
-
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.
-
-