Package software.amazon.awssdk.crt.iot
Class IncomingPublishEvent
- java.lang.Object
-
- software.amazon.awssdk.crt.iot.IncomingPublishEvent
-
public class IncomingPublishEvent extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPayload()
Gets the payload of the IncomingPublishEvent.String
getTopic()
Gets the topic of the IncomingPublishEvent.
-
-
-
Method Detail
-
getPayload
public byte[] getPayload()
Gets the payload of the IncomingPublishEvent.- Returns:
- Payload of the IncomingPublishEvent.
-
getTopic
public String getTopic()
Gets the topic of the IncomingPublishEvent.- Returns:
- Topic of the IncomingPublishEvent.
-
-