DesiredPropertiesCallback Interface
public interface DesiredPropertiesCallback
The callback to be executed each time the client receives a desired property update from the service.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
onDesiredPropertiesUpdated(Twin twin, Object context)
The callback to be executed each time the client receives a desired property update from the service. |
Method Details
onDesiredPropertiesUpdated
public void onDesiredPropertiesUpdated(Twin twin, Object context)
The callback to be executed each time the client receives a desired property update from the service.
Parameters: