Package io.zenoh.query
Class ReplyDelOptions
-
- All Implemented Interfaces:
public final class ReplyDelOptionsOptions for performing a Reply Delete to a Query.
-
-
Field Summary
Fields Modifier and Type Field Description private <Error class: unknown class>timeStampprivate IntoZBytesattachmentprivate Booleanexpressprivate CongestionControlcongestionControlprivate Prioritypriority
-
Constructor Summary
Constructors Constructor Description ReplyDelOptions(<Error class: unknown class> timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>getTimeStamp()final Unit)>setTimeStamp(<Error class: unknown class> 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
-
ReplyDelOptions
ReplyDelOptions(<Error class: unknown class> timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
- Parameters:
timeStamp- Optional timestamp.attachment- Optional attachment.
-
-
Method Detail
-
getTimeStamp
final <Error class: unknown class> getTimeStamp()
-
setTimeStamp
final Unit )>setTimeStamp(<Error class: unknown class> 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)
-
-
-
-