SubscriptionAcknowledgedCallback Interface

public interface SubscriptionAcknowledgedCallback

Callback to be executed when the request to subscribe to desired properties has been acknowledged by the service.

Method Summary

Modifier and Type Method and Description
void onSubscriptionAcknowledged(IotHubClientException exception, Object context)

The callback that is executed when the request to subscribe to desired properties or direct methodshas been acknowledged by the service.

Method Details

onSubscriptionAcknowledged

public void onSubscriptionAcknowledged(IotHubClientException exception, Object context)

The callback that is executed when the request to subscribe to desired properties or direct methodshas been acknowledged by the service.

Parameters:

exception

Applies to