TwinChangedCallback 接口
定义
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 TwinChangedCallback#execute(Map) upon receiving a property or tags changes from an IoT Hub Device Twin.
public interface TwinChangedCallback
方法
execute(Map<String, Object> changes) |
Executes the callback. |