Package io.zenoh.query
Class ReplyOptions
-
- All Implemented Interfaces:
public final class ReplyOptions
-
-
Field Summary
Fields Modifier and Type Field Description private Encodingencodingprivate TimestamptimeStampprivate IntoZBytesattachmentprivate Booleanexpressprivate CongestionControlcongestionControlprivate Prioritypriority
-
Constructor Summary
Constructors Constructor Description ReplyOptions(Encoding encoding, Timestamp timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
-
Method Summary
Modifier and Type Method Description final EncodinggetEncoding()final UnitsetEncoding(Encoding encoding)final TimestampgetTimeStamp()final UnitsetTimeStamp(Timestamp timeStamp)final IntoZBytesgetAttachment()final UnitsetAttachment(IntoZBytes attachment)final BooleangetExpress()QoS express value. final UnitsetExpress(Boolean express)QoS express value. final CongestionControlgetCongestionControl()The congestion control policy. final UnitsetCongestionControl(@Deprecated(message = "Congestion control on reply QoS is deprecated and will be ignored. See eclipse-zenoh/zenoh#2382.") CongestionControl congestionControl)The congestion control policy. final PrioritygetPriority()The priority policy. final UnitsetPriority(@Deprecated(message = "Priority on reply QoS is deprecated and will be ignored. See eclipse-zenoh/zenoh#2382.") Priority priority)The priority policy. final <Error class: unknown class>setAttachment(String attachment)-
-
Constructor Detail
-
ReplyOptions
ReplyOptions(Encoding encoding, Timestamp timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
- Parameters:
encoding- Encoding of the payload of the reply.timeStamp- Optional timestamp.attachment- Optional attachment.
-
-
Method Detail
-
getEncoding
final Encoding getEncoding()
-
setEncoding
final Unit setEncoding(Encoding encoding)
- Parameters:
encoding- Encoding of the payload of the reply.
-
getTimeStamp
final Timestamp getTimeStamp()
-
setTimeStamp
final Unit setTimeStamp(Timestamp timeStamp)
- Parameters:
timeStamp- Optional timestamp.
-
getAttachment
final IntoZBytes getAttachment()
-
setAttachment
final Unit setAttachment(IntoZBytes attachment)
- Parameters:
attachment- Optional attachment.
-
getExpress
final Boolean getExpress()
QoS express value.
-
setExpress
final Unit setExpress(Boolean express)
QoS express value.
-
getCongestionControl
final CongestionControl getCongestionControl()
The congestion control policy.
-
setCongestionControl
final Unit setCongestionControl(@Deprecated(message = "Congestion control on reply QoS is deprecated and will be ignored. See eclipse-zenoh/zenoh#2382.") CongestionControl congestionControl)
The congestion control policy.
-
getPriority
final Priority getPriority()
The priority policy.
-
setPriority
final Unit setPriority(@Deprecated(message = "Priority on reply QoS is deprecated and will be ignored. See eclipse-zenoh/zenoh#2382.") Priority priority)
The priority policy.
-
setAttachment
final <Error class: unknown class> setAttachment(String attachment)
-
-
-
-