Package io.zenoh.sample
Class Sample
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanexpressprivate final CongestionControlcongestionControlprivate final Prioritypriorityprivate final KeyExprkeyExprprivate final ZBytespayloadprivate final Encodingencodingprivate final SampleKindkindprivate final <Error class: unknown class>timestampprivate final QoSqosprivate final ZBytesattachment
-
Method Summary
Modifier and Type Method Description final BooleangetExpress()QoS express value. final CongestionControlgetCongestionControl()The congestion control policy. final PrioritygetPriority()The priority policy. final KeyExprgetKeyExpr()The KeyExpr of the sample. final ZBytesgetPayload()ZBytes with the payload of the sample. final EncodinggetEncoding()Encoding of the payload. final SampleKindgetKind()The SampleKind of the sample. final <Error class: unknown class>getTimestamp()Optional TimeStamp. final QoSgetQos()The Quality of Service settings used to deliver the sample. final ZBytesgetAttachment()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.
-
-
-
-