public interface DesiredPropertiesCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onDesiredPropertiesUpdated(Twin twin,
java.lang.Object context)
The callback to be executed each time the client receives a desired property update from the service.
|
void onDesiredPropertiesUpdated(Twin twin, java.lang.Object context)
twin - A Twin instance containing the updated desired properties.context - The context that was provided for this callback in
InternalClient.subscribeToDesiredPropertiesAsync(DesiredPropertiesCallback, Object, SubscriptionAcknowledgedCallback, Object)Copyright © 2023. All rights reserved.