Package io.zenoh.query
Class ReplyOptions
-
- All Implemented Interfaces:
public final class ReplyOptions
-
-
Field Summary
Fields Modifier and Type Field Description private Encoding
encoding
private <Error class: unknown class>
timeStamp
private IntoZBytes
attachment
private Boolean
express
private CongestionControl
congestionControl
private Priority
priority
-
Constructor Summary
Constructors Constructor Description ReplyOptions(Encoding encoding, <Error class: unknown class> timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
-
Method Summary
Modifier and Type Method Description final Encoding
getEncoding()
final Unit
setEncoding(Encoding encoding)
final <Error class: unknown class>
getTimeStamp()
final Unit
)>setTimeStamp(<Error class: unknown class> timeStamp)
final IntoZBytes
getAttachment()
final Unit
setAttachment(IntoZBytes attachment)
final Boolean
getExpress()
QoS express value. final Unit
setExpress(Boolean express)
QoS express value. final CongestionControl
getCongestionControl()
The congestion control policy. final Unit
setCongestionControl(CongestionControl congestionControl)
The congestion control policy. final Priority
getPriority()
The priority policy. final Unit
setPriority(Priority priority)
The priority policy. final <Error class: unknown class>
setAttachment(String attachment)
-
-
Constructor Detail
-
ReplyOptions
ReplyOptions(Encoding encoding, <Error class: unknown class> 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 <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(CongestionControl congestionControl)
The congestion control policy.
-
getPriority
final Priority getPriority()
The priority policy.
-
setPriority
final Unit setPriority(Priority priority)
The priority policy.
-
setAttachment
final <Error class: unknown class> setAttachment(String attachment)
-
-
-
-