public interface MessageCallback
The developer is expected to create an implementation of this interface,
and the transport will call execute(Message, Object)
upon receiving a message from an IoT Hub.
| Modifier and Type | Method and Description |
|---|---|
IotHubMessageResult |
execute(Message message,
Object callbackContext)
Executes the callback.
|
IotHubMessageResult execute(Message message, Object callbackContext)
message - the message.callbackContext - a custom context given by the developer.Copyright © 2017. All rights reserved.