Preparing search index...
The search index is not available
@eclipse-zenoh/zenoh-ts
@eclipse-zenoh/zenoh-ts
QuerierOptions
Interface QuerierOptions
interface
QuerierOptions
{
accept_replies
?:
ReplyKeyExpr
;
allowed_destination
?:
Locality
;
congestion_control
?:
CongestionControl
;
consolidation
?:
ConsolidationMode
;
express
?:
boolean
;
priority
?:
Priority
;
target
:
QueryTarget
;
timeout
?:
TimeDuration
;
}
Index
Properties
accept_
replies?
allowed_
destination?
congestion_
control?
consolidation?
express?
priority?
target
timeout?
Properties
Optional
accept_
replies
accept_
replies
?:
ReplyKeyExpr
Optional
allowed_
destination
allowed_
destination
?:
Locality
Optional
congestion_
control
congestion_
control
?:
CongestionControl
Optional
consolidation
consolidation
?:
ConsolidationMode
Optional
express
express
?:
boolean
Optional
priority
priority
?:
Priority
target
target
:
QueryTarget
Optional
timeout
timeout
?:
TimeDuration
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accept_
replies
allowed_
destination
congestion_
control
consolidation
express
priority
target
timeout
@eclipse-zenoh/zenoh-ts
Loading...