http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iotdataplane
/
org.http4k.connect.amazon.iotdataplane.action
/
RetainedMessageSummary
Retained
Message
Summary
@
JsonSerializable
data
class
RetainedMessageSummary
(
val
topic
:
TopicName
,
val
lastModifiedTime
:
TimestampMillis
,
val
payloadSize
:
Long
=
0
,
val
qos
:
Int
=
0
)
(
source
)
Members
Constructors
Retained
Message
Summary
Link copied to clipboard
constructor
(
topic
:
TopicName
,
lastModifiedTime
:
TimestampMillis
,
payloadSize
:
Long
=
0
,
qos
:
Int
=
0
)
Properties
last
Modified
Time
Link copied to clipboard
val
lastModifiedTime
:
TimestampMillis
payload
Size
Link copied to clipboard
val
payloadSize
:
Long
qos
Link copied to clipboard
val
qos
:
Int
topic
Link copied to clipboard
val
topic
:
TopicName