public interface AWSIotMqttSubscriptionStatusCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable exception)
This method is invoked when subscription fails.
|
void |
onSuccess()
This method is invoked when a susbcription has completed successfully.
|
void onSuccess()
void onFailure(java.lang.Throwable exception)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.