Package software.amazon.awssdk.crt.iot
Class SubscriptionStatusEvent
- java.lang.Object
-
- software.amazon.awssdk.crt.iot.SubscriptionStatusEvent
-
public class SubscriptionStatusEvent extends Object
An event that describes a change in subscription status for a streaming operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>
getError()
Gets the underlying reason for the event.SubscriptionStatusEventType
getType()
Gets the type of status change represented by the event.
-
-
-
Method Detail
-
getType
public SubscriptionStatusEventType getType()
Gets the type of status change represented by the event.- Returns:
- The type of status change represented by the event
-
-