TwinPropertiesChangeCallback 接口
定义
INNER TWINPARSER CLASS
An interface for an IoT Hub Device Twin callback.
Developers are expected to create an implementation of this interface, and the transport will call TwinPropertiesChangeCallback upon receiving a property changes from an IoT Hub Device Twin.
public interface TwinPropertiesChangeCallback
方法
execute(Map<String, Object> propertyMap) |
Executes the callback.
|