Package io.zenoh.sample
Class Sample
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
express
private final CongestionControl
congestionControl
private final Priority
priority
private final KeyExpr
keyExpr
private final ZBytes
payload
private final Encoding
encoding
private final SampleKind
kind
private final <Error class: unknown class>
timestamp
private final QoS
qos
private final ZBytes
attachment
-
Method Summary
Modifier and Type Method Description final Boolean
getExpress()
QoS express value. final CongestionControl
getCongestionControl()
The congestion control policy. final Priority
getPriority()
The priority policy. final KeyExpr
getKeyExpr()
The KeyExpr of the sample. final ZBytes
getPayload()
ZBytes with the payload of the sample. final Encoding
getEncoding()
Encoding of the payload. final SampleKind
getKind()
The SampleKind of the sample. final <Error class: unknown class>
getTimestamp()
Optional TimeStamp. final QoS
getQos()
The Quality of Service settings used to deliver the sample. final ZBytes
getAttachment()
Optional attachment. -
-
Method Detail
-
getExpress
final Boolean getExpress()
QoS express value.
-
getCongestionControl
final CongestionControl getCongestionControl()
The congestion control policy.
-
getPriority
final Priority getPriority()
The priority policy.
-
getKeyExpr
final KeyExpr getKeyExpr()
The KeyExpr of the sample.
-
getPayload
final ZBytes getPayload()
ZBytes with the payload of the sample.
-
getEncoding
final Encoding getEncoding()
Encoding of the payload.
-
getKind
final SampleKind getKind()
The SampleKind of the sample.
-
getTimestamp
final <Error class: unknown class> getTimestamp()
Optional TimeStamp.
-
getAttachment
final ZBytes getAttachment()
Optional attachment.
-
-
-
-