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