public interface SubscriptionAcknowledgedCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onSubscriptionAcknowledged(IotHubClientException exception,
java.lang.Object context)
The callback that is executed when the request to subscribe to desired properties or direct methodshas been
acknowledged by the service.
|
void onSubscriptionAcknowledged(IotHubClientException exception, java.lang.Object context)
context - The context that was provided for this callback in
InternalClient.subscribeToDesiredPropertiesAsync(DesiredPropertiesCallback, Object, SubscriptionAcknowledgedCallback, Object)
or in InternalClient.subscribeToMethodsAsync(MethodCallback, Object, SubscriptionAcknowledgedCallback, Object).Copyright © 2023. All rights reserved.